Correct text
Write
Correct text
Fixes spelling and grammar errors with minimal changes to wording.
POST
Correct text
The
/v2/write/correct endpoint fixes spelling and grammar errors in one or more texts with minimal changes to wording, matching the “Corrections Only” mode in the DeepL Translator UI. It does not accept writing_style or tone and does not rephrase sentences for clarity. The broader /v2/write/rephrase endpoint supports those parameters.Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Body
Text to be corrected. Only UTF-8-encoded plain text is supported. Corrections are returned in the same order as they are requested.
The language for the text improvement.
Available options:
de, en, en-GB, en-US, es, fr, it, ja, ko, pt, pt-BR, pt-PT, zh, zh-Hans Example:
"de"
Response
Successful text correction.
Minimum array length:
1