Skip to main content
POST
Upload Documents
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

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

Documents to upload (PDF, JPG, JPEG, PNG)

Response

Files uploaded successfully

success
boolean
Example:

true

data
object