DeepLX
Powerful DeepL Translation API.
Intro
Base URL: https://deeplx.fostarwolf.rua.ci
This API is a private hosting of OwO-Network/DeepLX
Only /translate endpoint is available.
For application integration and more,please check the official documents
Quick debug via cURL
curl -X POST https://deeplx.fostarwolf.rua.ci/translate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your_access_token" \
/-d '{
"text": "Hello, world!",
"source_lang": "EN",
"target_lang": "ZH-HANS"
}'
The response should similar to this
{"alternatives":null,"code":200,"data":"你好,世界!","id":1781229192320,"method":"Free","source_lang":"EN","target_lang":"ZH-HANS"}
Troubleshooting
See the DeepLX official documents