Skip to main content
POST
Pipeline

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

pipeline_id
string
required

The ID of the pipeline to use for the document.

settings
PipelineSettings · object

Settings for pipeline execution that override pipeline defaults.

Response

Successful Response

job_id
string
required
usage
ParseUsage · object
required
result
PipelineResult · object
required
response_type
string
default:pipeline
Allowed value: "pipeline"