PindoDocs
Web AppWeb

Status Codes

Voice AI endpoints use standard HTTP status codes. Public endpoints are rate-limited per IP and return 429 when the daily quota is exceeded.

Response codes

CodeStatusDescription
200OKThe request was successful and the response contains the requested data.
400Bad RequestThe request was invalid or malformed, including when the audio file is too large.
429Too Many RequestsThe daily limit of AI model requests for your IP address has been reached.
500Server ErrorAn unexpected error occurred on the server.

Hitting 429 on a public endpoint? Switch to an authenticated request with a bearer token for higher limits.