v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
V2
Parse

Get Parse Job

Retrieve a parse job with optional expanded content.

By default returns job metadata only. Use expand to include parsed content:

  • text — plain text output
  • markdown — markdown output
  • items — structured page-by-page output
  • job_metadata — usage and processing details

Content metadata fields (e.g. text_content_metadata) return presigned URLs for downloading large results.

get/api/v2/parse/{job_id}

Path parameters

job_idstring required

Query parameters

expandstring[]

Fields to include: text, markdown, items, metadata, job_metadata, text_content_metadata, markdown_content_metadata, items_content_metadata, metadata_content_metadata, raw_words_content_metadata, xlsx_content_metadata, output_pdf_content_metadata, images_content_metadata. Metadata fields include presigned URLs.

Fields to include: text, markdown, items, metadata, job_metadata, text_content_metadata, markdown_content_metadata, items_content_metadata, metadata_content_metadata, raw_words_content_metadata, xlsx_content_metadata, output_pdf_content_metadata, images_content_metadata. Metadata fields include presigned URLs.

image_filenamesstring nullable

Filter to specific image filenames (optional). Example: image_0.png,image_1.jpg

Filter to specific image filenames (optional). Example: image_0.png,image_1.jpg

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

result_content_metadataobject nullable

Metadata including size, existence, and presigned URLs for result files

markdown_fullstring nullable

Full raw markdown content (if requested)

text_fullstring nullable

Full raw text content (if requested)

job_metadataobject nullable

Job execution metadata (if requested)

raw_parametersobject nullable