Authentication

Authentication

All API requests require an API key for authentication.

Obtaining an API Key

  1. Create an account on MaxStudio Dashboard
  2. 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

PlanRequests/Minute
Basic200
Standard500
Premium1000