Skip to main content

Python

Local file

URL signed

Handling of 202 (auto-async)

When all backends are saturated, API returns 202 with a job_id. Poll until you get the result:

async version (httpx)