OpenAPI
Each docs build fetches the live API catalog (GET /) and emits an OpenAPI 3.1 document.
Download
- openapi.json — OpenAPI 3.1
- catalog.json — raw catalog snapshot from the API
curl -sS https://docs.humanform.app/openapi.json -o humanform.openapi.json
What’s included
- Servers pointing at
https://api.humanform.app - Bearer auth (
hf_live_…/hf_test_…) - Paths for catalog, health, and all
/v1/*prediction routes - Shared schemas for gender, unit, country, and measurement enums
- Request field shapes derived from the catalog (including optional clothing/posture)