GET
/docsRender the Public API v1 documentation (Scalar)Renders an interactive API reference (Scalar) that points at /v1/openapi.yaml. Unauthenticated — intended for prospective partners to preview the API surface before minting a key. Rate- limited per caller IP (60 req/min).
Responses
string
Static HTML shell that loads Scalar from a CDN.
"string"Headers
Retry-AfterSeconds the client should wait before retrying.
objectErrorEnvelope
errorobjectrequiredShow child attributes
codestringrequiredMachine-readable error category.
detailsobjectOptional per-code context (field names, retry windows, …).
messagestringrequiredHuman-readable description — intended for operator logs, not end-user display.
{
"error": {
"code": "rate_limited",
"details": {
"retry_after_seconds": 30
},
"message": "Rate limit exceeded"
}
}