Get fuzzy TM matches
Fuzzy-match source strings against the translation memories that apply to this project, returning scored suggestions. Batched: pass every source string and every target language in one call.
Each TM’s own minMatchPercentage and penalty settings (case / whitespace / trailing punctuation) are applied, so matchPercentage is the net score after penalties. See the translation memory guide.
Constraints:
- Returns an empty object when translation memory is disabled for the org or the project.
- At most 100 source texts and 50 languages per request; up to 10 matches per language.
Authorizations
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
Project id (UUID) or id-embedded path slug.
Body
Source strings to fuzzy-match against the applicable TMs (1–100 per call).
1 - 100 elementsTarget language codes to return suggestions for (1–50 per call).
1 - 50 elements1
