---
title: "Get Emotional Tone Distribution"
method: GET
path: "/content/emotional-tone"
tags: ["content"]
---

# Get Emotional Tone Distribution

`GET /content/emotional-tone`

This endpoint analyzes the first value in the `emotional_tone` array of each notification
and returns a count of how often each emotional tone appears. Only documents with a valid
tone (non-"None") are included. Useful for measuring brand tone or emotional targeting
across campaigns and categories.

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `brand` string
- `genre` string

## Headers

- `X-API-Key` string, required

## Response `200`

A list of emotional tones and their counts.

---

[API](https://skmtc.dev/empushy/apis/notiflow-api.md) · [All operations](https://skmtc.dev/empushy/apis/notiflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/empushy/notiflow-api/revisions/09c0a68f9a58/schema)
