Redeo Docs
DocsAPI Reference / Errors

Using the APIs

Errors

Error Classes

The API uses conventional HTTP status classes: 4xx for client failures, 5xx for transient service issues. Error payloads include a stable code and a human-readable message.

StatusTypeMeaning
400invalid_request_errorMissing or malformed fields
401authentication_errorMissing, invalid, or revoked API key
402insufficient_quotaDaily free limit reached
404invalid_request_errorStilt not found or not accessible
500api_errorUnexpected server error
502execution_errorStilt pipeline execution failed

Retries

Retry idempotent requests with exponential backoff on 429, 502, 503, and 504. Do not blindly retry 400 or 401 responses — they indicate a problem with the request or credentials.

For stilt endpoints, the entire pipeline runs synchronously within a single request. Long-running stilts may time out after 20 minutes.