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
| Property | Value |
|---|---|
| Entity code | TRANSCHECK |
| Display name | Translation check |
| Plural | Translation checks |
| Level | 430 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
category | text | Yes | Category. |
name | text | Yes | Check item. |
description | text (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