Skip to content

AI Docs

BiomAPI publishes machine-readable resources that help LLMs and coding agents understand the API before writing integrations.


FastAPI auto-generates a full OpenAPI 3.0 spec at:

GET /openapi.json

This 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.


Three documentation indexes are available at the site root:

URLContents
/llms.txtShort index with page titles and descriptions
/llms-full.txtFull documentation content in plain text
/llms-small.txtCondensed documentation for smaller context windows

These follow the llms.txt convention and are generated from the same source as the public docs.