Uploads a document (e.g., PDF, DOCX) for processing and indexing.
Uploads a document (e.g., PDF, DOCX) for processing and indexing.
Authorization
: Bearer tokenaccept
: application/jsontenant_id
(string, required): Tenant identifier (query parameter)sub_tenant_id
(string, optional): Sub-tenant identifier (query parameter)file
(UploadFile, required): Document file (form data)custom_metadata
(string, optional): Metadata string (form data)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Document uploaded and indexed successfully
The response is of type object
.
Uploads a document (e.g., PDF, DOCX) for processing and indexing.
Uploads a document (e.g., PDF, DOCX) for processing and indexing.
Authorization
: Bearer tokenaccept
: application/jsontenant_id
(string, required): Tenant identifier (query parameter)sub_tenant_id
(string, optional): Sub-tenant identifier (query parameter)file
(UploadFile, required): Document file (form data)custom_metadata
(string, optional): Metadata string (form data)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Document uploaded and indexed successfully
The response is of type object
.