You are here: Web Services > Consuming Web Services > Tutorial 1 - Google Translate API > Composing the HTTP Request

Composing the HTTP Request

You need to use the Google reference guide for the translate method.

https://cloud.google.com/translate/docs/reference/translate

The request is a simple POST with a couple of query string parameters.

Next: Using Postman to Test Your HTTP Request