curl command that sends text and receives streamed audio in response:| HTTP Code | Meaning | Most common fixes |
|---|---|---|
| 401 Unauthorized | Bad or missing X-Api-Key | Check key spelling; confirm it has TTS scope. |
| 429 Too Many Requests | You hit the rate limit. | Wait for the mentioned time and retry (or upgrade plan). |
| 400 Bad Request | Validation error in your JSON. | Validate JSON, field names, and ranges. |