v1
latestOpenAPI 3.1.02026-07-22168133210.3 KBUsage
Enqueue an async document agent job
Create a long-running document agent job. Returns immediately with a job_id — use GET /document/agent/jobs/{job_id} to poll for the result or GET /document/agent/jobs/{job_id}/stream for live SSE updates.
Recommended for production workloads, batch evaluation pipelines, or anything that may run longer than ~10 minutes. The job runs on a background worker pool with 30-minute hard timeout, per-user concurrency caps, and automatic refunds on failure.
post/document/agent/jobs
Request body
Response
Successful Response