| title | Roadmap and release notes |
|---|---|
| description | The latest features and improvements in the DeepL API, plus what's coming next |
| rss | true |
- 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.
- 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.
Query parameter and request body authentication methods are now deprecated.
- API Free users: All requests using legacy auth now return
403 Forbidden. - API Pro users: Brownout period active with intermittent
403responses. Full deprecation in early February 2026.
Use the DeepL-Auth-Key header instead.
- Promoted all 81 beta languages to standard language support. These languages are now part of the main source and target language lists.
- Note that these languages only work with
quality_optimizedmodel or when no model is specified, and are not compatible withlatency_optimizedrequests. - The
enable_beta_languagesparameter is maintained for backward compatibility but has no effect.
See here for the complete language list.
## Q4 2025 - Added API reference for the Voice API - Add contextual menu in the to make it easier to copy any API documentation page as context for AI tools - Add support for style rules in the API to programmatically get your created style rules and translate with them. - Overhauled the tag-handling algorithm that backs translation of XML and HTML in the DeepL API. To enable it and benefit from all the improvements, set the `tag_handling_version` parameter to `v2` in the text translation API. See [here](../xml-and-html-handling/tag-handling-v2) for more information. - Added new usage analytics endpoint in the Admin API, including key-level reporting. See [here](/api-reference/admin-api/get-usage-analytics) for more details - Enabled support for multiple admins in an API subscription - Added support for 75 new languages, initially through the `enable_beta_languages` parameter, for text and document translation. Beta languages are not billed during the beta phase and do not yet support glossaries or formality. See [here](../getting-started/supported-languages#beta-languages) for more information - Added HE, TH and VI to the languages endpoint, since they are now also available in document translation - Added 6 additional beta languages, for text and document translation. See the previous note about 75 new languages. - Added a new parameter to the text translation API to allow custom instructions, making it possible to customize the translation behavior (e.g. ["Use a friendly, diplomatic tone"]) - Added support for JPEG and PNG images in [document translation](/api-reference/document), currently in Beta.- Creation of an admin API, making it possible to manage API keys programmatically. See here for more information
- Added support for new language: ES-419 (Latin American Spanish). For this release, this language will be available for the API in next-gen models only. See here for more information.
- Refreshed our API documentation and added new try-it explorers to support interacting with our APIs. See here to try it out!
- Added support for new language: TH (Thai). For this release, this language will only support text translation. See here for more information.
- Added support for new languages: HE (Hebrew) and VI (Vietnamese). For this release, these languages will be available for Pro v2 API in next-gen models only. See here for more information.
- Added improvements to API glossaries, including the ability to edit glossaries and create multilingual glossaries. Learn more here.
- Improvements to the
/usageendpoint for Pro API customers (API reference) - Improvements to key-level usage reporting, making it possible to pull reports with a custom date range and to group data by calendar day. Learn more here.
- Added support for API key-level usage limits, making it possible to set a character limit at the API key-level. Learn more here.
- DeepL API for Write is generally available to Pro API customers, making it possible to improve texts in (at the time of release) 6 different languages. Learn more and get started here.
- Added the
show_billed_charactersparameter for text translation, allowing users to optionally include the number of billed characters in the API response. Learn more here. - Added support for a new language for text translation: ZH-HANT (Traditional Chinese). As of this initial release, document translation is not supported for Traditional Chinese. More information is available here.
- An official Ruby client library, evolved from a community-written library by Daniel Herzog. You can download it here or find the source code on our GitHub page.
- Added support for DOCX and PPTX document minification to the PHP client library, making it possible for users to translate documents that exceed DeepL's file size limit due to embedded media. Learn more here.
- Added support for API key-level usage reporting. More information is available in the multiple API keys guide.
- Launched DeepL Pro in 165 new markets, bringing the total number of markets where DeepL Pro is available to 228. This means users with billing addresses in these markets can create DeepL Pro API and Free API subscriptions.
- Added support for new glossary languages: DA (Danish), NB (Norwegian Bokmål), and Swedish (SV).
- Moved the
contextparameter from alpha status to general availability. More information about the context parameter is available in the "Request body descriptions" table here. - Added support for SRT (
srt) files in document translation.
- Added support for multiple API keys in a single account for Pro API and Free API users. More information is available in the multiple API keys guide.
- Added support for a new language for text translation: AR (Arabic). As of this initial release, document translation is not supported for Arabic. More information is available here.
- Added support for Korean (KO) as a glossary language, increasing the number of supported glossary language pairs from 55 to 66.
- Launched DeepL Pro in South Korea (blog post here). This means users with billing addresses in South Korea can create DeepL Pro API and Free API subscriptions.
- Added support for Portuguese (PT), Russian (RU), and Chinese (ZH) as glossary languages, increasing the number of supported glossary language pairs from 28 to 55.
- Added support for JSON-encoded requests for all remaining endpoints (note that document upload for document translation still requires
multipart/form-data).
- Added support for user-provided http clients in PHP client library.
- Released an official DeepL API Postman collection.
- Added formality support for Japanese (JA) in text and document translation.
- Released in-house PDF translation; removed requirement to send data to the US when translating PDF documents (blog post).
- Released an official DeepL Custom Connector for Microsoft Power Automate.
- Added support for glossaries in any combination of two languages from the following list: EN (English), DE (German), FR (French), IT (Italian), PL (Polish), NL (Dutch), ES (Spanish, JA (Japanese). This represents an increase from 8 to 28 supported glossary language pairs.
- Added XLIFF as a document translation format (note that only documents from version 2.0 are supported, and there is no support for the legacy 1.2 format).
- Added support for new languages for text and document translation: KO (Korean) and NB (Norwegian Bokmål). Blog post here.
- Released an official PHP client library.
- Added support for a new language for text and document translation: UK (Ukrainian). Blog post here.
- Released an official DeepL API OpenAPI spec.
- Released an official NodeJS client library.
- Released an official .NET client library.
- Released an official Python client library.
- Added support for glossaries in the DeepL API.
- Released an open-source sample project for translating with DeepL in Google Sheets.
- ...and much more :)