API7 Docs
AISIX AI GatewayOpen-Source AISIX Gateway Admin APIGet OpenAPI Document

Get OpenAPI Document

GET /admin/openapi.json

GET /admin/openapi.json

Interactive request editor loads with JavaScript.

Response Body

application/json

curl -X GET "http://127.0.0.1:3001/admin/openapi.json"

OK

{}
Complete operation details and schema variants

GET /admin/openapi.json

Get OpenAPI Document

Get the machine-readable OpenAPI 3.1 document served by this gateway process.

Parameters

Responses

  • 200: OK

cURL

curl -X GET 'http://127.0.0.1:3001/admin/openapi.json'