OpenAPI
General Compute OpenAPI specification
The full OpenAPI 3 specification for the General Compute inference API lives on the docs domain. Use it to generate clients, validate requests, or feed it to an agent.
Where to fetch it
- Canonical URL: https://docs.generalcompute.com/openapi.json
- Format: OpenAPI 3.1 JSON
- Content-Type: application/json
Fetch with curl
curl https://docs.generalcompute.com/openapi.json \
-H "Accept: application/json" \
-o generalcompute-openapi.jsonRelated
- API reference: /api-reference
- Full docs: docs.generalcompute.com
- Developer hub: /developers