Documentation/api/Authentication

API Authentication


API Keys

Get your API key from the dashboard settings.


Using Your API Key

Authorization: Bearer YOUR_API_KEY


Security Best Practices

  • Never expose API keys in client-side code
  • Rotate keys periodically
  • Use environment variables