Render 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).
GET
/docs
Response Body
Section titled “Response Body”text/html
application/json
curl -X GET "https://api.salfio.com/v1/docs"
"string"
{
"error": {
"code": "rate_limited",
"message": "Rate limit exceeded",
"details": {
"retry_after_seconds": 30
}
}
}