Skip to main content
Salfio Docs

Search documentation

Type to search this documentation.

On this pageOverview

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

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
    }
  }
}
Export
Suggest an edit to this page

Documentation menu