Headline Sentiment API
## Who uses this API - **Trading bots** — score financial headlines before executing trades - **Media monitoring tools** — track brand sentiment across news sources - **Newsletter apps** — auto-tag content by tone before sending - **Research pipelines** — process thousands of headlines in bulk via /batch ## Endpoints - **GET /analyze** — single headline via query param `?headline=` - **POST…
Headline Sentiment API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Analyze Headline /analyze |
Analyze a single news headline and get back a sentiment label (positive, negative, or neutral), a confidence score, and the signal words that drove the result. |
| POST |
Analyze Headline (POST) /analyze |
Analyze a single headline via JSON request body. |
| POST |
Batch Analyze /batch |
Analyze up to 50 headlines in one request. Best for bulk processing pipelines. |
Headline Sentiment API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|