Example:
curl -X POST 'https://api-free.deepl.com/v2/translate' \
-H 'Authorization: DeepL-Auth-Key mykey:fx' \
-d 'text=Hello%2C%20world!' \
-d 'target_lang=DE'
How do you do that ? Thanks :)
Develop games in your browser. Powerful, performant & highly capable.
Do you Have Example File