From b4a7765b846ee4de96c8715ad4323a4388e154db Mon Sep 17 00:00:00 2001 From: Shir Goldberg <3937986+shirgoldbird@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:45:04 -0500 Subject: [PATCH] add beta notes to image translation --- api-reference/document.mdx | 6 +++--- api-reference/openapi.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-reference/document.mdx b/api-reference/document.mdx index 4cf2ade3..6b99401c 100644 --- a/api-reference/document.mdx +++ b/api-reference/document.mdx @@ -14,13 +14,13 @@ The document translation API allows you to translate whole documents and support * `txt` - Plain Text Document * `xlf / xliff` - XLIFF Document, version 2.1 * `srt` - SRT (SubRip Subtitle) Document -* `jpeg` / `jpg` / `png` - Image +* `jpeg` / `jpg` / `png` - Image (currently in beta) Please note that with every submitted document of type .pptx, .docx, .doc, .xlsx, or .pdf, you are billed a minimum of 50,000 characters with the DeepL API plan, no matter how many characters are included in the document. The maximum upload limit for documents is [available here](/docs/resources/usage-limits#maximum-upload-limits-per-document-format) and may vary based on API plan and document type. -We also provide specs that is auto-generated from DeepL's OpenAPI file. [You can find it here](/api-reference/document/upload-and-translate-a-document). +We also provide specs that are auto-generated from DeepL's OpenAPI file. [You can find it here](/api-reference/document/upload-and-translate-a-document). When translating a `doc` file, you will receive a `docx` file as the output format. @@ -139,7 +139,7 @@ These examples are for demonstration purposes only. In production code, the auth
  • `txt`: Plain Text Document
  • `xlf / xliff`: XLIFF Document, version 2.1
  • `srt` - SRT (SubRip Subtitle) Document
  • -
  • `jpeg` / `jpg` / `png` - Image
  • +
  • `jpeg` / `jpg` / `png` - Image (currently in beta)
  • diff --git a/api-reference/openapi.yaml b/api-reference/openapi.yaml index e59e656d..00601cec 100644 --- a/api-reference/openapi.yaml +++ b/api-reference/openapi.yaml @@ -33,7 +33,7 @@ tags: * `txt` - Plain Text Document * `xlf / xliff` - XLIFF Document, version 2.1 * `srt` - SRT Document - * `jpeg` / `jpg` / `png` - Image + * `jpeg` / `jpg` / `png` - Image (currently in beta) - name: RephraseText description: |- The `rephrase` endpoint is used to make corrections and adjustments to texts based on style or tone. @@ -649,7 +649,7 @@ paths: * `txt` - Plain Text Document * `xlf / xliff` - XLIFF Document, version 2.1 * `srt` - SRT Document - * `jpeg` / `jpg` / `png` - Image + * `jpeg` / `jpg` / `png` - Image (currently in beta) filename: type: string description: The name of the uploaded file. Can be used as an alternative