Skip to main content
Docs/API/Jobs API
API

Jobs API

Create, inspect and recover asynchronous processing jobs.

Quickstart

  1. 1Authenticate the request.
  2. 2Submit the processing operation.
  3. 3Store jobId immediately.
  4. 4Poll the job or wait for a webhook.
  5. 5Read the artifact/result and persist its version ID if needed.

Lifecycle

queued → processing → completed or failed/dead-letter. Clients can poll or use webhooks.

Idempotency

Supply Idempotency-Key for retryable creates to avoid duplicate processing and billing.