Loading API documentation
{{ error }}

{{ info.title || "API Documentation" }}

{{ info.description || "Interactive overview of the available endpoints." }}

Project
Version {{ info.version }}
Endpoints {{ endpoints.length }}

No endpoints match your filter

Try changing the search term or clearing the filter.

Select an endpoint

Choose an API from the left sidebar to see its details.

{{ selectedEndpoint.method }} {{ selectedEndpoint.path }}
{{ selectedEndpoint.summary || selectedEndpoint.operationId }}
Status {{ firstStatus(selectedEndpoint) }} Request body {{ t }}
Responses
{{ code }} - {{ resp.description }}
Request
This endpoint expects a request body. Please provide JSON in the editor below.
URL
{{ buildUrl(selectedEndpoint) || "(please set base URL)" }}
Headers (one per line, Key: Value)
Query (one per line, key=value)
Body (JSON)
Uses browser fetch with your headers/body.
{{ getTry(selectedEndpoint).responseStatus }} · {{ getTry(selectedEndpoint).responseTime }} ms
{{ getTry(selectedEndpoint).responseBodyPreview }}
                
{{ getTry(selectedEndpoint).responseError }}