/v1/knowledge/prerender-thumbnailsTrigger background generation of thumbnails for all documents. Args: collection_id: Optional collection ID to limit processing force: If True, regenerates even if cache is fresh (not yet implemented in backend, but API supports the flag for future use)
| 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