Authentication
All API requests require an API key for authentication.
Obtaining an API Key
- Create an account on MaxStudio Dashboard
- Purchase a plan and get your API key
Using Your API Key
Add your API key to the request headers:
bash
{
x-api-key: YOUR_API_KEY
}
Security Best Practices
- Never share your API key
- Rotate keys periodically
- Use environment variables
- Implement IP whitelisting
Rate Limits
Plan | Requests/Minute |
---|---|
Basic | 200 |
Standard | 500 |
Premium | 1000 |