Skip to main content

Try It

You can interact with the API directly in two ways:

  1. Swagger UI at /docs on your API host
  • Uses the live spec served at /openapi.yaml.
  • Provide your API key in the Authorization dialog.
  • Do not use production keys on shared networks.
  1. Postman / cURL
  • Download the collection artifact from CI or generate locally.
  • Set Authorization: Bearer <API_KEY>.

Notes

  • Rate limits apply; respect x-ratelimit-* and Retry-After.
  • For demos, prefer a sandbox tenant with restricted limits.