The full interactive reference is auto-generated from Fabric’s FastAPI app. Every endpoint documented here is the actual endpoint running in your deployment.
Try it live
OpenAPI Playground
Swagger UI — try requests directly in the browser with your token.
ReDoc Reference
Read-only reference with clean navigation across all endpoints.
Authentication
All endpoints require a Bearer token unless the server runs with auth disabled (dev mode).1
Obtain a token
2
Use the token
3
Or issue an API key
API keys are tenant- and project-scoped. Generate via
POST /v1/auth/api-keys from an authenticated session.