# Cloud Natural Language API
> Analyze text with Google NLP: sentiment, emotion, named entities, entity salience, content categories, moderation categories, syntax, and all-in-one annotation. Supports multilingual text analytics for documents, reviews, tickets, and articles.

## Agent Summary
- FQN: `solana-foundation/google/language`
- Category: ai_ml
- Operator: solana-foundation
- Origin: google
- Version: v2
- Endpoints: 5
- Pricing: $0.001-$0.002
- HTML page: https://pay.sh/services/solana-foundation/google/language
- Markdown page: https://pay.sh/services/solana-foundation/google/language/index.md

## Service URLs
- Gateway: https://language.google.gateway-402.com
- Source: solana-foundation/pay-skills
- Source path: providers/solana-foundation/google/language/PAY.md
- Source skill: pay-skills

## Use Case
Use for sentiment analysis, opinion mining, entity extraction, content classification, moderation triage, support ticket routing, review analytics, article tagging, syntax analysis, document annotation, and multilingual text intelligence.

## Endpoint Table
| Method | Path | Pricing | Description |
| --- | --- | --- | --- |
| POST | v2/documents:analyzeEntities | $0.001/requests | Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties. |
| POST | v2/documents:analyzeSentiment | $0.001/requests | Analyzes the sentiment of the provided text. |
| POST | v2/documents:annotateText | $0.002/requests | A convenience method that provides all features in one call. |
| POST | v2/documents:classifyText | $0.002/requests | Classifies a document into categories. |
| POST | v2/documents:moderateText | $0.002/requests | Moderates a document for harmful and sensitive categories. |
