Authentication
All API requests require authentication via a Bearer token in theAuthorization header.
Headers
Every request must include:Getting Your API Key
- Create an account at modelbeam.ai/register
- Go to modelbeam.ai/dashboard/api-keys
- Click Create API Key
- Copy the key immediately — it will only be shown once
Example
Security Best Practices
- Never expose your API key in client-side code
- Use environment variables to store keys
- Rotate keys periodically via the dashboard
- Each key can be individually revoked without affecting other keys