Skip to content

Authentication

Authentication

Every API call needs an API key for authentication.

How to Use It

Add your key to the Authorization header:

Authorization: Bearer YOUR_API_KEY

Security Tips

  • Keep your key out of client-side code.
  • Rotate it regularly to stay secure.