Skip to content

Commit 8c0304f

Browse files
authored
add beta notes to image translation (#243)
1 parent 68a016f commit 8c0304f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

api-reference/document.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The document translation API allows you to translate whole documents and support
1414
* `txt` - Plain Text Document
1515
* `xlf / xliff` - XLIFF Document, version 2.1
1616
* `srt` - SRT (SubRip Subtitle) Document
17-
* `jpeg` / `jpg` / `png` - Image
17+
* `jpeg` / `jpg` / `png` - Image (currently in beta)
1818

1919
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.
2020

2121
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.
2222

23-
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).
23+
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).
2424

2525
<Info>
2626
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
139139
<li>`txt`: Plain Text Document</li>
140140
<li>`xlf / xliff`: XLIFF Document, version 2.1</li>
141141
<li>`srt` - SRT (SubRip Subtitle) Document</li>
142-
<li>`jpeg` / `jpg` / `png` - Image</li>
142+
<li>`jpeg` / `jpg` / `png` - Image (currently in beta)</li>
143143
</ul>
144144
</ParamField>
145145
<ParamField body="filename" type="string">

api-reference/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tags:
3333
* `txt` - Plain Text Document
3434
* `xlf / xliff` - XLIFF Document, version 2.1
3535
* `srt` - SRT Document
36-
* `jpeg` / `jpg` / `png` - Image
36+
* `jpeg` / `jpg` / `png` - Image (currently in beta)
3737
- name: RephraseText
3838
description: |-
3939
The `rephrase` endpoint is used to make corrections and adjustments to texts based on style or tone.
@@ -649,7 +649,7 @@ paths:
649649
* `txt` - Plain Text Document
650650
* `xlf / xliff` - XLIFF Document, version 2.1
651651
* `srt` - SRT Document
652-
* `jpeg` / `jpg` / `png` - Image
652+
* `jpeg` / `jpg` / `png` - Image (currently in beta)
653653
filename:
654654
type: string
655655
description: The name of the uploaded file. Can be used as an alternative

0 commit comments

Comments
 (0)