Skip to main content
Salfio Docs

Search documentation

Type to search this documentation.

On this pageOverview

Fetch the Public API v1 OpenAPI specification

Returns this very document as `application/yaml`. Unauthenticated — the spec is public. Rate-limited per caller IP (60 req/min) and cacheable for 5 minutes at the edge.

GET

/openapi.yaml

application/yaml

application/json

curl -X GET "https://api.salfio.com/v1/openapi.yaml"

"string"

{
  "error": {
    "code": "rate_limited",
    "message": "Rate limit exceeded",
    "details": {
      "retry_after_seconds": 30
    }
  }
}
Export
Suggest an edit to this page

Documentation menu