ListenHub OpenAPI

Authentication & Security

API Key usage, environment setup, and request limits.

4. Authentication and Security

1. API Key Management

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.ai

Sandbox / 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

On this page