Authentication
Authenticate Bitdeer AI API requests with a bearer API key.
All API requests must include a bearer token in the Authorization header.
Get your API key
- Log in to Bitdeer AI Console.
- Navigate to Models → API Keys (direct link).
- Click Generate API Key and copy it — the secret is only shown once.
Usage examples
Key handling best practices
- Never commit keys or bundle them into client-side code.
- Load from environment variables or a secrets manager.
- Rotate by creating a new key, deploying it, then revoking the old key.
Unauthorized responses
Missing or invalid credentials return 401 Unauthorized — see Errors for the response body shape.
Last updated on