AI Docs
BiomAPI publishes machine-readable resources that help LLMs and coding agents understand the API before writing integrations.
OpenAPI spec
Section titled “OpenAPI spec”FastAPI auto-generates a full OpenAPI 3.0 spec at:
GET /openapi.jsonThis is the canonical machine-readable description of every endpoint, request and response schema, authentication scheme, and error response.
The interactive Swagger UI is built from the same spec.
llms.txt
Section titled “llms.txt”Three documentation indexes are available at the site root:
| URL | Contents |
|---|---|
/llms.txt | Short index with page titles and descriptions |
/llms-full.txt | Full documentation content in plain text |
/llms-small.txt | Condensed documentation for smaller context windows |
These follow the llms.txt convention and are generated from the same source as the public docs.