/v1/knowledge/collections/{collection_id}/documentsUpload documents to a collection and trigger background indexing.
| Name | Type | Required | Description |
|---|---|---|---|
collection_id | string | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X POST '/api-proxy/v1/knowledge/collections/{collection_id}/documents' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X POST '/api-proxy/v1/knowledge/collections/{collection_id}/documents' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented