Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
For parse/split/extract pipelines, the URL of the document to be processed. You can provide one of the following: 1. A publicly available URL 2. A presigned S3 URL 3. A reducto:// prefixed URL obtained from the /upload endpoint after directly uploading a document 4. A jobid:// prefixed URL obtained from a previous /parse invocation
For edit pipelines, this should be a string containing the edit instructionsThe configuration options for parsing the document. If you are passing in a jobid:// URL for the file, then this configuration will be ignored.
The instructions to use for the extraction.
The settings to use for the extraction.
Successful Response
The extracted response in your provided schema. This is a list of dictionaries. If disable_chunking is True (default), then it will be a list of length one.
The link to the studio pipeline for the document.