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
file
file
required

The documents to be uploaded and processed

data
object
required

Response

Documents uploaded successfully

job_id
string

The Job ID belonging to the file upload

Example:

"1234567890"

status
string

The status of the file upload

Example:

"PENDING"