API Reference
Processors/Submit
Submit documents to a processor for extraction. This endpoint processes documents using a pre-configured processor and extracts information according to the processor’s JSON schema and settings. It supports streaming responses and can process multiple documents in a single request.
Upload files using either:
- document=@file.pdf (single file)
- documents=@file1.pdf documents=@file2.pdf (multiple files)
POST
Authorizations
Headers
Path Parameters
Body
multipart/form-data
Response
200
application/json
Successful Response
The response is of type object
.