Skip to main content
The submit response includes a poll_url. Send the same API key to that URL:
Use exponential backoff with jitter. A practical schedule is 2, 4, 8, 15, then 30 seconds between requests. Stop when the status is COMPLETED or FAILED.
A request is scoped to the API key that created it. Another key cannot poll it, even when both keys belong to the same account.