Skip to main content
POST
Check a translation against the glossary

Authorizations

Authorization
string
header
required

API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.

Path Parameters

projectId
string
required

Project id (UUID) or id-embedded path slug.

Body

application/json
sourceText
string
required

The original source string the translation was produced from.

Example:

"Sign in to continue"

targetText
string
required

The proposed translation to validate against the glossary.

Example:

"Se connecter pour continuer"

languageCode
string
required

Language code of the target text.

Minimum string length: 1
Example:

"fr"

Response

200 - application/json

Terminology issues (empty when clean)

success
boolean
required
data
object
required