OpenAPI and schemas
Use APIFuse OpenAPI documents and operation schemas in customer applications.
OpenAPI and schemas
APIFuse publishes provider operation contracts through the API reference, OpenAPI 3.1, and schema bundles. These surfaces describe the same request fields, response fields, authentication mode, and examples.
Public surfaces
| Surface | Purpose |
|---|---|
/providers | Browse providers and operations |
/providers/{providerId} | View one provider's overview and capabilities |
/docs/api/{providerId} | View one provider's API reference |
/api/openapi.json | Read the OpenAPI 3.1 document |
https://api.apifuse.com/mcp | Connect MCP-compatible tools |
Gateway route format
Provider operations use this route format:
POST /v1/{providerId}/{operationId}Use the operation schema before sending a request so required fields and response handling are explicit in your application.