APIFuse

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

SurfacePurpose
/providersBrowse providers and operations
/providers/{providerId}View one provider's overview and capabilities
/docs/api/{providerId}View one provider's API reference
/api/openapi.jsonRead the OpenAPI 3.1 document
https://api.apifuse.com/mcpConnect 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.