API Setup Guide
Before using the interactive API playground, you'll need an API key.
Getting Your API Key
- Contact us at support@axol.io for API access
- Receive your credentials and onboarding instructions
- Access your dashboard with provided login details
- Copy your API key - you'll need it for authentication
Using Your API Key
In the API Reference playground:
- Click the Authentication section
- Select Bearer Token
- Enter your API key in the token field
- All requests will now include your authentication
API Key Security
Keep your API key secure:
- Never commit keys to public repositories
- Use environment variables in production
- Rotate keys regularly
- Use different keys for development/production
Rate Limits
- Free: 100 requests/minute
- Pro: 1,000 requests/minute
- Enterprise: Unlimited
Need higher limits? Contact us