Skip to main content
POST
Async Parse

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
input
required

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 5. A list of URLs (for multi-document pipelines, V3 API only)

async
AsyncConfig · object

The configuration options for asynchronous processing (default synchronous).

enhance
Enhance · object
retrieval
Retrieval · object
formatting
Formatting · object
spreadsheet
Spreadsheet · object
settings
Settings · object
queue_priority
enum<string>
default:auto

Queue priority. 'batch' for non-urgent work that processes when spare GPU capacity is available. 'auto' (alias: 'standard') uses the default queue.

Available options:
auto,
standard,
batch

Response

Successful Response

job_id
string
required