- 
                Notifications
    
You must be signed in to change notification settings  - Fork 37
 
Open
Description
DeepL api申请需要pro账户,需要国外的信用卡,很难实现,但是如果已经有deepl api地址了(比如 http://127.0.0.1/translate) 怎么使用。
Request
Method: POST
Path: /translate
Content-Type: application/json
{
"text": "text to be translated",
"source_lang": "auto",
"target_lang": "ZH"
}
language supported:
Response
Content-Type: application/json
{
"code": 200,
"msg": "only if there is an error",
"data": "translate result"
}
Metadata
Metadata
Assignees
Labels
No labels