/v1/knowledge/prerender-thumbnailsTrigger background generation of thumbnails for documents. Tenant-scoped: `collection_id` is REQUIRED and must belong to the caller's tenant. Without this, any authenticated user could pre-render PNGs of every page of every tenant's documents into the shared thumbnail cache (the background task walks `knowledge_uploads/` recursively).
| Name | Type | Required | Description |
|---|---|---|---|
collection_id | string | Optional | |
force | boolean | Optional | Default: false |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X POST '/api-proxy/v1/knowledge/prerender-thumbnails' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X POST '/api-proxy/v1/knowledge/prerender-thumbnails' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented