Text Analysis

Extracts topics and sentiments and relates them.

post/topic-sentiment

Query parameters

domain'Ecom' | 'Employee' | 'Hotel' | 'Restaurant'

Provide analysis domain for better extraction (optional)

Request body

idstring

id of the post.

textstring required

the text to be analysed.

languagestring required

language_code of the text.

Example request

[
  {
    "id": "1",
    "text": "I love the service",
    "language": "en"
  }
]

Response

idstring
textstring
languagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.