Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The JSON schema to use for extraction.
The URL of the document to be processed. You can provide one of the following:
- A publicly available URL
- A presigned S3 URL
- A reducto:// prefixed URL obtained from the /upload endpoint after directly uploading a document
- A job_id (jobid://) or a list of job_ids (jobid://) obtained from a previous /parse endpoint
A system prompt to use for the extraction. This is a general prompt that is applied to the entire document before any other prompts.
If citations should be generated for the extracted content.
The configuration options for array extract
If chunking should be used for the extraction. Defaults to False.
If images should be passed directly for extractions. Can only be enabled for documents with less than 10 pages. Defaults to False.
If spreadsheet agent should be used for extraction.
If table citations should be generated for the extracted content.
If True, attempts to process the job with priority if the user has priority processing budget available; by default, sync jobs are prioritized above async jobs.
The configuration options for citations.
Response
Successful Response