注意是 deeplx ,不是官方的 deepl
https://deeplx.owo.network/integration/curl.html
curl -X POST http://localhost:1188/translate \
-H "Content-Type: application/json" \
-d '{
"text": "Hello, world!",
"source_lang": "EN",
"target_lang": "DE"
}'
{"code":503,"message":"Translation failed, API returns an empty result."}
之前站内推广的 https://deeplx.missuo.ru/ 也不行
应该不是我个体问题吧。官方封了这路子?