API Reference
OpenAPI Specification
OpenAPI 3.0.3 specification document. Cached for 1 hour.
GET
/api/v1/openapi.jsonReturns the full OpenAPI 3.0.3 specification for the AEO Content AI API. Response is cached for 1 hour.
Example
Try it
Response
Returns the complete OpenAPI 3.0.3 schema including all endpoints, request/response schemas, and authentication details.
200OpenAPI document
This endpoint is public and requires no authentication. The response includes a
Cache-Control: public, max-age=3600 header.