翻译

GET /translate/?text=Hello World

参数

  • text(字符串) 必需

示例响应

{ translated : 'Halo Dunia', ... }

POST /translate

参数

  • text(字符串) 必需

示例响应

{ translated : 'Halo Dunia', ... }

自定义参数

  • 源文本

  • 响应内容类型

  • 响应正文


GET /translate/custom/?:source_text=Hello World

参数

  • source_text (字符串) 必需

示例响应


POST /translate/custom

参数

  • source_text (字符串) 必需

示例响应