Bulk Process Multiple Documents
POST/api/v8/partner/documents/bulk
Veryfi's Bulk upload allows you to process multiple Documents. This API supports .jpeg,.avif,.html,.pdf,.webp,.ofd,.gif,.jpg,.png,.htm,.txt,.zip,.heif,.heic. The max pdf file size is 20mb. When processing is finished, you should expect a request to your configured webhook, one per document.
Request
- application/json
- multipart/form-data
Body
file_urls uri[]required
Possible values: >= 1
, <= 100
An array of URLs to publicly accessible documents to be sent to Veryfi for processing.
Body
file_urls uri[]required
Possible values: >= 1
, <= 100
An array of URLs to publicly accessible documents to be sent to Veryfi for processing.
Responses
- 201
Returns a list of ids of documents being processed.
- application/json
- Schema
- Example (from schema)
Schema
- CreateResponseSchema
anyOf
ids integer[]required
An array of document ids being processed
{}
Loading...