Uploads multiple documents in a single request for processing and indexing.
Uploads multiple documents in a single request for processing and indexing.
Recommended: For optimal performance, limit each batch to a maximum of 20 sources per request. Send multiple batch requests with an interval of 1 second between each request.
Authorization
: Bearer tokenaccept
: application/jsontenant_id
(string, required): Tenant identifier (query parameter)sub_tenant_id
(string, optional): Sub-tenant identifier (query parameter)files
(List of UploadFile, required): Document files (form data)custom_metadata
(string, optional): Metadata string (form data)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Batch upload successful
The response is of type object
.
Uploads multiple documents in a single request for processing and indexing.
Uploads multiple documents in a single request for processing and indexing.
Recommended: For optimal performance, limit each batch to a maximum of 20 sources per request. Send multiple batch requests with an interval of 1 second between each request.
Authorization
: Bearer tokenaccept
: application/jsontenant_id
(string, required): Tenant identifier (query parameter)sub_tenant_id
(string, optional): Sub-tenant identifier (query parameter)files
(List of UploadFile, required): Document files (form data)custom_metadata
(string, optional): Metadata string (form data)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Batch upload successful
The response is of type object
.