API
Jobs API
Create, inspect and recover asynchronous processing jobs.
Quickstart
- 1Authenticate the request.
- 2Submit the processing operation.
- 3Store jobId immediately.
- 4Poll the job or wait for a webhook.
- 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.