Create Parsing Job
POST/v1/parsing/jobs
Authorization
Authorizationstringrequired
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Request Body
file_idstringrequired
The ID of the file to parse
element_typesElementType[]
The elements to extract from the document
chunking_strategyenum
Strategy used for chunking document content.
Possible values
page
return_formatenum
Format options for the returned document content.
Possible values
html
markdown
plain
modeenum
The mode of the document parser.
Possible values
fast
high_quality
Response Body
idstringrequired
The ID of the job
file_idstringrequired
The ID of the file to parse
filenamestring
The name of the file
statusenumrequired
ParsingJobStatus
Possible values
pending
in_progress
cancelled
completed
failed
errorobject
The error of the job
resultDocumentParserResult
The result of the job
started_atstring
The started time of the job
finished_atstring
The finished time of the job
created_atstring(date-time)
The creation time of the job
updated_atstring
The updated time of the job
objectstringdefault:
parsing_job
The type of the object
Get Parsing Job
Get detailed information about a specific parse job.
Cancel Parsing Job
Cancel a specific parse job.
Last updated: August 19, 2025