HTTP Status Codes
| Code | Meaning | Description |
|---|---|---|
200 | OK | Request succeeded |
400 | Bad Request | Missing or invalid parameters |
401 | Unauthorized | Missing or invalid API key |
403 | Forbidden | API key doesn’t have permission for this action |
404 | Not Found | Endpoint doesn’t exist or user not found |
429 | Too Many Requests | Rate limit exceeded — wait and retry |
500 | Internal Server Error | Server-side error — retry with backoff |
503 | Service Unavailable | Server temporarily overloaded |
Error Response Format
All errors return a JSON body withstatus_code and message:
Common Errors
Invalid API Key
apiKey query parameter.
User Not Live
/webcast/check_alive to verify the user is live before connecting.
Rate Limit Exceeded
X-RateLimit-Remaining headers to avoid hitting limits. Consider upgrading your tier.