Creates a job and returns the full enriched job object.
If Idempotency-Key or dedupe_key matches an existing recent job, this returns that existing job with deduplicated: true.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional client request ID. Echoed back on response.
Deduplicates create-job requests within a 24-hour window.
^application/json(;.*)?$GET, POST, PUT, PATCH, DELETE Delay string like 30s, 5m, 1h, 1d.
^(\d+)(s|m|h|d)$1 <= x <= 100^[a-zA-Z0-9_-]+$Existing deduplicated/idempotent job returned
^job_[A-Za-z0-9_-]+$"job_M4qT8YH7xW2pL9nB"
pending, active, awaiting_approval, completed, failed, cancelled GET, POST, PUT, PATCH, DELETE x >= 01 <= x <= 100^sch_[A-Za-z0-9_-]+$"sch_TW2qf5b1Ra7mP3Xy"
x >= 0x >= 0approve, cancel, retry