https://www.deepl.com/docs-api 好像可行 EXAMPLE REQUEST ```` curl https://api-free.deepl.com/v2/translate \ -d auth_key=[yourAuthKey] \ -d "text=Hello, world!" \ -d "target_lang=DE" ```` EXAMPLE RESPONSE ```` { "translations": [{ "detected_source_language":"EN", "text":"Hallo, Welt!" }] } ````
https://www.deepl.com/docs-api
好像可行
EXAMPLE REQUEST
EXAMPLE RESPONSE