Authentication
Learn how to authenticate your API requests
Authentication
All APIXO API requests require authentication using a Bearer token.
Get Your API Key
Create an Account
Sign up at apixo.ai if you haven't already.
Access the Dashboard
Navigate to Dashboard → API Keys.
Generate a Key
Click Create New Key, give it a name, and copy the key immediately.
API keys are only shown once. Store it securely.
Using Your API Key
Include your API key in the Authorization header of every request:
Security Best Practices
Never expose keys in client-side code
Use environment variables
Rotate keys regularly
Set up IP allowlists
Error Responses
If authentication fails, you'll receive:
Common causes:
- Missing
Authorizationheader - Invalid or revoked API key
- Key doesn't have permission for the requested model
Next Steps
Now that you're authenticated, try the Quickstart guide to generate your first image.