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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Files uploaded successfully
The response is of type object
.