Skip to main content
POST
Create a TM entry

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

tmId
string
required

Translation memory id (UUID) or id-embedded path slug.

Body

application/json
sourceText
string
required

The source-language segment this entry stores translations for.

Required string length: 1 - 5000
Example:

"Welcome"

context
string

Optional context note disambiguating this entry.

Maximum string length: 1000
Example:

"Greeting on the home page"

translations
object

Optional seed translations as a languageCode -> value map.

Example:

Response

The created entry with its (possibly seeded) translations.

success
boolean
required
data
object
required