Translate

GET /translate/?text=Hello World

Parameters

  • text (string) required

Example response

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

POST /translate

Parameters

  • text (string) required

Example response

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

Custom Parameters

  • Source Text

  • Response Content-Type

  • Response Body


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

Parameters

  • source_text (string) required

Example response


POST /translate/custom

Parameters

  • source_text (string) required

Example response