Skip to main content
Every endpoint takes the tool’s fields as the body — flat, no wrapper — and returns { "outputs": { … } }, so one small client covers all 800+.

Retrying correctly

Retry 429 and 5xx. Never retry a 4xx other than 429 — a validation_error will fail identically forever, and tool_not_found means the slug is wrong.
Failed calls cost no credits, but they still consume rate limit.