bulk_upload
Upload up to 100 files to a knowledge base container in a single API call. Each file is automatically parsed, chunked, and embedded for vector search. Returns per-file results including processing status.
Instructions
Upload up to 100 files in one call. Each file is parsed, chunked, and embedded. Returns per-file results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerId | Yes | Container ID or name | |
| files | Yes | JSON array of file objects. Each object: {"filename":"name.txt", "content":"...", "encoding":"text|base64", "folderPath":"/optional/"}. Max 100. |