GET /v1/dms/documents/{id}/similar
GET/v1/dms/documents/{id}/similar
Find similar DMS documents using embedding similarity
Query-Parameter
| Name | Typ | Beschreibung |
|---|
limit | string | |
threshold | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/dms/documents/{id}/similar \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |