Google Translate

Use the Google Translate API to detect the language for a given input text

post
Body
textstringRequired

The text to translate.

Responses
chevron-right
200

Success

application/json
anyOptional
post
/google-translate/v1/detect

No content

Use the Google Translate API to list the available languages for translation and language detection

get
Header parameters
Accept-LanguagestringOptional

The language to return the results in

Responses
chevron-right
200

Success

application/json
anyOptional
get
/google-translate/v1/languages

No content

Use the Google Translate API to translate text from one language to another

post
Body
sourceLanguagestringOptional

The language to translate from. Will be automatically detected if not supplied

targetLanguagestringRequired

The language to translate to.

textstringRequired

The text to translate.

Responses
chevron-right
200

Success

application/json
anyOptional
post
/google-translate/v1/translate

No content

Last updated