Skip to content
Docs

Authentication

How to authenticate requests with API keys.

Bearer token

Every API request must include an API key using the standard Bearer scheme.

http
1Authorization: Bearer <YOUR_API_KEY>

Safety tips

  • Do not ship keys to the browser or mobile apps.
  • Use one key per environment (dev/staging/prod).
  • Rotate keys if they were exposed.