File Upload (Legacy)
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
This /upload endpoint is now considered legacy but remains fully functional for backward compatibility. We recommend migrating to the new Files API for enhanced features and better file management.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Response
200
application/json
Files uploaded successfully
The response is of type object
.