Skip to main content
Every slow /v1 call returns a Job. wait_seconds is a query parameter. Idempotency-Key is minted automatically on document operations unless you pass idempotency_key.

Methods

wait throws JobFailedError on failed/cancelled and JobTimeoutError when the budget runs out (the job keeps running).
jobs.request and jobs.delete are not wrapped — call GET /v1/jobs/{id}/request and DELETE /v1/jobs/{id}. GET /v1/usage/overview is HTTP-only. See Jobs guide.