Classify
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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)
For edit pipelines, this should be a string containing the edit instructionsIf True, persist the results indefinitely. Defaults to False.
A list of classification categories and their matching criteria.
The page range to process (1-indexed). By default, the first 5 pages are used. If more than 25 pages are selected, only the first 25 (after sorting) are used. Only applies to PDFs; ignored for other document types.
Optional document-level metadata to include in classification prompts.
Response
Successful Response
Response from classify job - returned when polling /job/{job_id}
"classify"Overall confidence breakdown for classification response.
The duration of the classify request in seconds.