Download
Downloads the output of a completed job. If you processed your job with the ‘sota’ strategy, you can download any of [html, text, markdown, chunks] output formats. If you processed your file with ‘vision’ or ‘default’, you can only get text back.
Authorizations
Path Parameters
The ID of the processing job
Query Parameters
The format of the extraction you want to download. N.B. Only 'text' is supported for 'default' and 'vision' strategies.
html
, text
, markdown
, chunks
Response
A string response, for example if you select 'html', 'markdown', or 'text' as an 'outputFormat', the response will just be a string.
A string response, for example if you select 'html', 'markdown', or 'text' as an 'outputFormat', the response will just be a string.
A JSON object response, for example if you select 'chunks' as an 'outputFormat', the response will be a structured object containing chunks, respectively made up [text, label, location, parent, children, headings, origin].