File Upload
Upload Documents
The file upload endpoint is the first step in processing documents. It accepts multiple files and returns document IDs that you can use for processing.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Documents to upload (PDF, JPG, JPEG, PNG)