Request structure

We are going to make a request as follows:

Field  Value
HTTP method POST
URL https://language.googleapis.com/v1/documents:analyzeSentiment?key=API_KEY
Request body
// SNIPP SNIPP{ "encodingType": "UTF8", "document": { "type": "PLAIN_TEXT", "content": "Enjoy your vacation! }}// SNIPP SNIPP

 

In the above request, we are providing the content that needs to be analysed along with the encoding type.

Get Google Cloud AI Services Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.