Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header:

Authorization: Bearer {your_api_key}

Security Note

Keep your API key secure and never expose it in client-side code. API keys should only be used in server-side applications.

Updated on