POST /v1/dms/documents/{id}/summarize
POST/v1/dms/documents/{id}/summarize
Trigger AI summarization of a DMS document or return existing summary
Query-Parameter
| Name | Typ | Beschreibung |
|---|
force | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/summarize \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.post();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |