1
Upload your OpenAPI schema
Upload a valid OpenAPI 2.x or 3.x document to your HackGATE site using multipart form data. Replace Accepted file formats:
SITE_ID with the ID of your site..json, .yaml, .ymlOn success, the response includes the stored file name and URL:The uploaded schema must be a valid OpenAPI 2.x or 3.x document. Invalid documents return a 400 with validation errors.
2
Query API coverage
After researchers have been testing your site, query the coverage endpoint to see how many times each defined endpoint was hit.The response is an array of objects, one per defined route:A
count of 0 means the endpoint was not tested during the selected period.3
Retrieve the schema with your site ID
Fetch the stored schema at any time. HackGATE returns the original document with the
SITE_ID field, so researchers can import it directly into their tools.