Authentication & Security
API Key usage, environment setup, and request limits.
4. Authentication and Security
1. API Key Management
- Get an API key
- Visit API Keys settings
- Create and copy the API key
Authorization header:
Authorization: Bearer <your_api_key>- Security recommendations
- Always use HTTPS
- Keep API keys out of client-side code
- Never commit API keys to version control
2. Environment Configuration
Production:
Base URL: https://api.marswave.aiSandbox / test environment: Contact ListenHub technical support at support@marswave.ai.
3. Request Limits
Rate limit:
- Up to 3 creation requests per minute (3 RPM)
- Exceeding the limit returns error code
29998