API Guides
Errors and Retries
Handle normalized API errors and retry safely.
PixMind returns a stable error envelope with a request ID, error code, message, and retryability indicator.
Retry only errors explicitly marked as retryable. Use exponential backoff with jitter for 429 and transient 5xx responses. Do not retry validation or authentication errors without changing the request.