v1

latestOpenAPI 3.1.02026-07-222064110.7 KB
Parse

ADE Parse Jobs

Parse a document asynchronously. Returns a job ID; use it to poll for the job's status and retrieve the parse result once processing completes.

post/v2/parse/jobs

Response

Job created

job_idstring required

The unique identifier for the created parse job. Poll GET /v2/parse/jobs/{job_id} for its status and result. Format: <service>-<26-character Crockford base32 ULID> matching ^(parse|extract)-[0-9a-hjkmnp-tv-z]{26}$. Opaque, server-minted, and stable for the life of the job — the same id is returned on the sync response, the async 202, and every poll. Treat it as opaque; older id formats remain accepted indefinitely and are never re-issued.

status'pending' | 'processing' | 'completed' | 'failed' required

The job's status at creation — normally pending (a just-created job that is still running is reported as pending), but may already be a terminal completed / failed if the job finished before the create response was rendered.

created_atstring nullable required

ISO-8601 timestamp for when the job was created.