API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/dms/parsers/{id}/test

POST/v1/dms/parsers/{id}/test

Dry-run test a parser against a document

Request Body

NameTypBeschreibung
documentIderforderlichstring

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/dms/parsers/{id}/test \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "documentId": "string"
}'
const result = await cm.dms.post({
  "documentId": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche