From 21bd8e6a05bbecb170bed8c39644cca91ac1c483 Mon Sep 17 00:00:00 2001 From: Maxim Brunnmeier Date: Mon, 8 Jun 2026 16:23:30 +0200 Subject: [PATCH] docs: add style_id and translation memory params to document overview page The OpenAPI spec update surfaced style_id, translation_memory_id, and translation_memory_threshold on the API explorer page, but the document overview page lists request body parameters separately. Add the three parameters there too, matching the text-translation wording. The model_type interaction notes are omitted since model_type is ignored for document translation. --- api-reference/document.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api-reference/document.mdx b/api-reference/document.mdx index 29162a27..95dba9ca 100644 --- a/api-reference/document.mdx +++ b/api-reference/document.mdx @@ -158,6 +158,18 @@ These examples are for demonstration purposes only. In production code, the auth A unique ID assigned to a glossary. To check glossary support for a language pair, call GET /v3/languages?resource=translate_document and verify the glossary feature key is present on both the source and target language. + + Specify the style rule list to use for the translation which can be used to customize translations according to the selected formatting and style conventions. + + The target language has to match the language of the style rule list. + + + + The [translation memory](/api-reference/translation-memory/list-translation-memories) to use for the translation. The value should be the UUID of a translation memory associated with your account. + + + The minimum matching percentage required for a translation memory segment to be applied (recommended to be 75% or higher). Accepts values from 0 to 100. Default: `75`. + File extension of desired format of translated file, for example: `pdf`. If unspecified, by default the translated file will be in the same format as the input file. Note: Not all combinations of input file and translation file extensions are permitted. See Document format conversions for the permitted combinations.