You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text to be improved. Only UTF-8-encoded plain text is supported. Improvements are returned in the same order as they are requested. Each of the parameter values may contain multiple sentences.
63
-
64
-
All texts **must** be in the same language.
65
63
</ParamField>
66
64
<ParamFieldbody="target_lang"type="string">
67
-
The language of the improved text. A list of supported languages have not yet been added to the `/languages` endpoint. At the time of the beta, the following languages are supported:
65
+
The language of the improved text. A list of supported languages have not yet been added to the `/languages` endpoint. Currently, the following languages are supported:
68
66
69
67
*`de` (German)
70
68
*`en-GB` (British English)
71
69
*`en-US` (American English)
72
70
*`es` (Spanish)
73
71
*`fr` (French)
74
72
*`it` (Italian)
73
+
*`ja` (Japanese)
74
+
*`ko` (Korean)
75
75
*`pt-BR` (Brazilian Portuguese)
76
76
*`pt-PT` (Portuguese)
77
+
*`zh`/`zh-Hans` (simplified Chinese)
77
78
78
79
The language of the source texts sent in the `text` parameter must match the target language (translating and improving text simultaneously is not yet supported).
79
80
@@ -97,9 +98,15 @@ curl -X POST 'https://api.deepl.com/v2/write/rephrase' \
97
98
</Expandable>
98
99
Currently supported for the following target languages:
99
100
100
-
*`de`
101
-
*`en-GB`
102
-
*`en-US`
101
+
*`de` (German)
102
+
*`en-GB` (British English)
103
+
*`en-US` (American English)
104
+
*`es` (Spanish)
105
+
*`fr` (French)
106
+
*`it` (Italian)
107
+
*`pt-BR` (Brazilian Portuguese)
108
+
*`pt-PT` (Portuguese)
109
+
103
110
104
111
Styles prefixed with `prefer_` will fall back to the `default` style when used with a language that does not support styles (this is recommended for cases where no `target_lang` is set), the non-prefixed writing styles (except `default`) will return a HTTP 400 error in that case.
105
112
@@ -124,9 +131,14 @@ curl -X POST 'https://api.deepl.com/v2/write/rephrase' \
124
131
125
132
Currently supported for the following target languages:
126
133
127
-
*`de`
128
-
*`en-GB`
129
-
*`en-US`
134
+
*`de` (German)
135
+
*`en-GB` (British English)
136
+
*`en-US` (American English)
137
+
*`es` (Spanish)
138
+
*`fr` (French)
139
+
*`it` (Italian)
140
+
*`pt-BR` (Brazilian Portuguese)
141
+
*`pt-PT` (Portuguese)
130
142
131
143
Tones prefixed with `prefer_` will fall back to the `default` tone when used with a language that does not support tones (this is recommended for cases where no `target_lang` is set), the non-prefixed tones (except `default`) will return a HTTP 400 error in that case.
Copy file name to clipboardExpand all lines: docs/resources/roadmap-and-release-notes.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ rss: true
11
11
</Update>
12
12
13
13
<Updatelabel="March 2026">
14
+
## March 31 - Write API Improvements
15
+
- Improved overall quality of the models used in [DeepL API for Write](/api-reference/improve-text/)
16
+
- Expanded Write `target_lang` support to Japanese (`JA`), Korean (`KO`) and simplified Chinese (`ZH` or `zh-Hans`)
17
+
- Expanded Write support for `writing_style` and `tone` to Spanish (`ES`), Italian (`IT`), French (`FR`), Portuguese (`pt-PT`) and Brazilian Portuguese (`pt-BR`)
18
+
- Allow sending Write texts in multiple source languages in the same request when no `target_lang` is set
19
+
14
20
## March 26 - Expanded Style Rules API
15
21
- Added 5 new endpoints for style rule list operations: `POST /v3/style_rules`, `GET /v3/style_rules/{style_id}`, `PATCH /v3/style_rules/{style_id}`, `DELETE /v3/style_rules/{style_id}`, and `PUT /v3/style_rules/{style_id}/configured_rules`.
16
22
- Added 4 new endpoints for managing custom instructions within style rule lists: `POST /v3/style_rules/{style_id}/custom_instructions`, `GET /v3/style_rules/{style_id}/custom_instructions/{instruction_id}`, `PUT /v3/style_rules/{style_id}/custom_instructions/{instruction_id}`, and `DELETE /v3/style_rules/{style_id}/custom_instructions/{instruction_id}`.
0 commit comments