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
document_url
required

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
options
BaseProcessingOptions · object
advanced_options
AdvancedProcessingOptions · object
experimental_options
ExperimentalProcessingOptions · object
priority
boolean
default:false

Workers poll the priority queue ahead of the standard queue, so priority jobs start sooner when there is queued work; sync jobs are prioritized above async jobs by default.

webhook
WebhookConfigNew · object
queue_priority
enum<string>
default:auto

Queue priority. 'batch' places the job in a lower-priority queue for non-urgent bulk work. 'auto' (alias: 'standard') uses the default queue.

Available options:
auto,
standard,
batch

Response

Successful Response

job_id
string
required