Skip to main content
POST
Get fuzzy TM matches

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
sourceTexts
string[]
required

Source strings to fuzzy-match against the applicable TMs (1–100 per call).

Required array length: 1 - 100 elements
Example:
languageCodes
string[]
required

Target language codes to return suggestions for (1–50 per call).

Required array length: 1 - 50 elements
Minimum string length: 1
Example:

Response

200 - application/json

A nested map: source text → language code → an array of scored matches (highest score first).

success
boolean
required
data
object
required