---
title: AI Text Entity Sentiment Analysis API
slug: entity-sentiment-analysis
url: https://apyverse.com/apyhub/service/entity-sentiment-analysis
provider: ApyHub
categories: [Artificial Intelligence]
auth: api_key
---

# AI Text Entity Sentiment Analysis API

Send text and get entity-level sentiment results in a Google-backed response. Useful for reviews, social posts, and support messages.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/ai/text/entity/sentiment/analysis` | What it does Analyzes the sentiment of entities in the text you send in the request body. The respo… | 500 |

## About

## What it does
Entity Sentiment Analysis helps you send text and get entity-level sentiment results back through the Google service. It is built for cases where you need to know not just whether text is positive or negative, but how sentiment is attached to specific entities mentioned in that text.

Send a request body with `text` and `requested_service`, and optionally include `language`, `encoding`, and a `google` object with `key` and `google_language`. The input is plain text, so you can analyze reviews, social posts, support tickets, news mentions, or survey responses without pre-structuring the content first.

The response returns a `data` object with a `google` field when `requested_service` is `google`. Because the schema is flexible there, treat it as the analysis payload for the text you sent. Use it when you need entity-aware sentiment signals for dashboards, moderation workflows, market research, or triaging feedback by brand, product, or person.

Entity Sentiment Analysis fits into pipelines where text classification alone is not enough. You can feed it short comments or longer passages and use the returned analysis to group mentions, detect sentiment around named entities, or enrich downstream reporting.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/entity-sentiment-analysis
