Skip to main content

KnowledgeDocumentBatchUpload

product_idProduct Idrequired

ID of the product (workspace) that owns this record. Most endpoints scope access by product.

agent_idAgent Idrequired

ID of the agent (a configured AI assistant / bot persona) this record belongs to.

directory_idDirectory Idrequired
tabular_configs object

JSON array aligned with files: null for non-tabular files and a sheet configuration for each CSV/XLS/XLSX file.

anyOf
string
filesbinary[]required
KnowledgeDocumentBatchUpload
{
"product_id": 0,
"agent_id": 0,
"directory_id": 0,
"tabular_configs": "string",
"files": [
"string"
]
}