Skip to main content
POST
Upload Tenant Documents

Authorizations

Authorization
string
header
required

HTTP Bearer Authentication. Generate a shared token via /authenticate/token, then pass it as Authorization: Bearer <token>.

Path Parameters

tenantId
string
required

Body

multipart/form-data
docs
file[]
required

One or more documents to upload. Each document must not exceed 4 MB. The total upload size per request must not exceed 20 MB. Allowed file types: - application/pdf - image/jpeg - image/jpg - image/png

Minimum array length: 1
fileType
string
required

Type of the uploaded document. If set to unknown-type, document analysis will be triggered.

Response

Successful response

status
enum<string>
Available options:
success
message
string
data
object