Uploads text or markdown content for processing and indexing.
Authorization
: Bearer tokenaccept
: application/jsonContent-Type
: application/jsontenant_id
(string, required): Tenant identifier (query parameter)sub_tenant_id
(string, optional): Sub-tenant identifier (query parameter)content
(string, required): The text or markdown content to upload and processmetadata
(object, optional): Custom metadata object to associate with the uploaded contentReturns a JSON object indicating upload success and the generated file ID.
400
: Content field is required and cannot be empty500
: Upload to failed or error while uploading markdown401
: Invalid or missing API keyUploads text or markdown content for processing and indexing.
Authorization
: Bearer tokenaccept
: application/jsonContent-Type
: application/jsontenant_id
(string, required): Tenant identifier (query parameter)sub_tenant_id
(string, optional): Sub-tenant identifier (query parameter)content
(string, required): The text or markdown content to upload and processmetadata
(object, optional): Custom metadata object to associate with the uploaded contentReturns a JSON object indicating upload success and the generated file ID.
400
: Content field is required and cannot be empty500
: Upload to failed or error while uploading markdown401
: Invalid or missing API key