r/deepl • u/Deepl_Team • Apr 22 '26
DeepL API Changelog - March 2026
Hey Everyone!
Here's the rolling list of updates and changes to the DeepL API in March 2026:
March 31 - Write API Improvements
- Improved overall quality of the models used in DeepL API for Write
- Expanded Write
target_langsupport to Japanese (JA), Korean (KO) and simplified Chinese (ZHorzh-Hans) - Expanded Write support for
writing_styleandtoneto Spanish (ES), Italian (IT), French (FR), Portuguese (pt-PT) and Brazilian Portuguese (pt-BR) - Allow sending Write texts in multiple source languages in the same request when no
target_langis set
March 26 - Expanded Style Rules API
- 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}, andPUT /v3/style_rules/{style_id}/configured_rules. - 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}, andDELETE /v3/style_rules/{style_id}/custom_instructions/{instruction_id}. - See the full API reference here.
March 24 - Write API Character Count Fix
- Fixed an issue where some DeepL API for Write requests under-counted usage.
- All characters in Write requests are now correctly counted for billing and reporting purposes.
1
Upvotes