Translation
Translate text
Translate text from one language to another using DeepL API. Source language can be auto-detected if not provided.
post/api/v1/translation/text
Request body
Example request
{
"preserveFormatting": true,
"sourceLang": "EN",
"targetLang": "UK",
"text": "Hello, how are you?"
}Response
Request completed successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.