DemandFlow Support Centre

TRANSCHECK: Translation check

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A checklist criterion for AI-powered translation analysis, with name, description, and category.

TRANSCHECK: Translation check

A checklist criterion for AI-powered translation analysis, with name, description, and category.

Default definition. This article describes the default TRANSCHECK definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches TRANSCHECK.

Entity properties

PropertyValue
Entity codeTRANSCHECK
Display nameTranslation check
PluralTranslation checks
Level430

Use cases

A checklist criterion for AI-powered translation analysis, with name, description, and category.

Configuration entity defining evaluation criteria for AI translation review of documents. Each record represents one check item that an LLM evaluates against a translated document. Fields are name (the check item), description (detailed guidance for the AI), and category (grouping such as Translation Accuracy, Language Quality, etc.).

Fields

General

FieldTypeRequiredNotes
categorytextYesCategory.
nametextYesCheck item.
descriptiontext (multi-line)Description.

Relationships

No declared relationships in the default definition.

Creating a Translation check via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "TRANSCHECK",
  "level":    430,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "category": "Example category",
  "name": "Example name"
}

Listing Translation checks

GET /v1/entities/TRANSCHECK/SUB

See also

transchecktranslationcheckchecks

Was this article helpful?

← Back to Knowledge Base