Skip to main content

Authentication

Authenticate every request using your API key. Send your API key in the Authorization header.
Authorization: Bearer YOUR_API_KEY

Example

curl https://your-api-domain.example.com/api/example \
  -H "Authorization: Bearer YOUR_API_KEY"

Notes

  • Keep API keys server-side whenever possible
  • Rotate keys if you believe they have been exposed
  • Use separate keys for staging and production environments