REST API¶
Fathom exposes the engine over HTTP via FastAPI. The canonical schema is
exported at openapi.json and is regenerated on every
build.
Quick links¶
- Interactive try-it: Swagger UI
- Raw schema:
openapi.json - Postman collection:
fathom.postman_collection.json - Insomnia: use Import from URL pointed at
openapi.json.