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

# AI Text Entity Sentiment Analysis API

Analyze sentiment around entities mentioned in text. Send text with requested_service=google and receive a data.google result for NLP workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/ai/text/entity/sentiment/analysis` | What it does Analyzes the sentiment of entities in the submitted text and returns a JSON object con… | 500 |

## About

## What it does
Entity Sentiment Analysis identifies sentiment for entities mentioned in a text input and returns the result under a `google` object when you request the Google service. Send plain text along with `requested_service` set to `google`, and include optional language settings if you need to guide the analysis.

Use it when you need to understand how people feel about specific brands, products, or public figures inside customer reviews, social posts, support tickets, or news coverage. The request schema also allows an optional `google` object with a `key` and `google_language`, plus optional `encoding` and `language` fields for text handling.

The response is intentionally compact: a top-level `data` object containing `google` when that service is requested. That makes it easy to plug into moderation flows, social listening dashboards, review analytics, or any pipeline that scores sentiment around named entities rather than whole documents.

If your application needs entity-level opinion signals without building your own NLP pipeline, Entity Sentiment Analysis gives you a focused interface for text-based sentiment analysis.

| Provider (requested_service) | Atoms |
|------------------------------|------:|
| Google                       |  500 |

## Usage

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