Run Pipeline
Execute a pipeline on a file, creating an execution DAG with per-step tracking and billing.
Authorizations
Path Parameters
Body
Optional file URL (http/https). If provided, the server will download and process it.
Page range to process, e.g. '0,2-4'.
Output format: json, html, markdown, or chunks.
Whether to run evaluation steps.
Skip the executor cache and re-run all steps.
Checkpoint from a previous run's convert step. When provided, re-parsing is skipped and only downstream steps run. The file must still be provided. Ignored when run_evals is set.
URL to POST when the execution completes.
Optional residency region override (e.g. us, eu). When provided, use file_url or direct-upload; multipart uploads are rejected. When omitted, the request uses the team's configured residency and profile.
Pipeline version to execute. 0 = use draft steps. Omit to use the active published version (or draft if unpublished).
x >= 0Input PDF, word document, powerpoint, or image file, uploaded as multipart form data. Images must be png, jpg, or webp format.
Response
Successful Response