---
title: "Sentiment Analysis (Audio)"
method: POST
path: "/audio/{transcriptionId}/sentiment-analysis"
tags: ["Speech-to-Text"]
---

# Sentiment Analysis (Audio)

`POST /audio/{transcriptionId}/sentiment-analysis`

Generate sentiment analysis from an audio transcription ID.

## Path parameters

- `transcriptionId` string, required

## Request body

- object
  - `analysis_depth` 'light' | 'standard' | 'deep'

## Response `200`

Sentiment analysis generated successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid or missing API key

---

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