Skip to main content
POST
Upload Documents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
files
file[]
required

The document files to upload

categories
string[] | null

Categories for the documents

Response

Returns a list of document IDs.

documents
string[]
required

List of unique document IDs for the uploaded documents. Use these IDs to track processing status, update categories, or download the documents.