v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
LlamaExtract

Run Job

post/api/v1/extraction/jobs

Query parameters

from_uiboolean

Cookies

sessionstring nullable

Request body

priority'low' | 'medium' | 'high' | 'critical' nullable

The priority for the request. This field may be ignored or overwritten depending on the organization tier.

extraction_agent_idstring uuid required

The id of the extraction agent

file_idstring uuid required

The id of the file

Example request

{
  "webhook_configurations": [
    {
      "webhook_url": "https://example.com/webhooks/llamacloud",
      "webhook_headers": {
        "Authorization": "Bearer sk-..."
      },
      "webhook_events": [
        "parse.success",
        "parse.error"
      ],
      "webhook_output_format": "json"
    }
  ]
}

Response

Successful Response

idstring uuid required

The id of the extraction job

status'PENDING' | 'SUCCESS' | 'ERROR' | 'PARTIAL_SUCCESS' | 'CANCELLED' required

The status of the extraction job

errorstring nullable

The error that occurred during extraction

file_idstring uuid nullable

The id of the file that the extract was extracted from