Get the OpenAPI specification

GET
/api/v1/openapi.json

Returns the public OpenAPI 3.1 document describing every endpoint, as JSON. Use it to generate typed clients, import the API into explorers like Postman or Bruno, or point AI agents and tooling at the API. Publicly accessible — no API key required.

Response Body

application/json

curl -X GET "https://example.com/api/v1/openapi.json"
{}