---
title: "Get Audio Emotion Insights"
method: GET
path: "/v1/audios/{audio_id}"
tags: ["Audio Emotion API"]
---

# Get Audio Emotion Insights

`GET /v1/audios/{audio_id}`

Retrieve Single Audio based on audio_id.

## Path parameters

- `audio_id` string, required — The unique ID of the uploaded audio

## Response `200`

Successful Response

- Audio — Model representing audio metadata and analysis results. Attributes: created_at (Optional[Any]): Timestamp when the audio was created. status (str): Current processing status of the audio. id (str): Unique identifier for the audio. model_id (str): Models used to process audio. url (str): Storage URL of the audio file. audio_duration (float): Duration of the audio in seconds. task_completion_status (Optional[int]): Status code indicating task completion. user_id (str): ID of the user who uploaded the audio. title (Optional[str]): Optional title for the audio. average_audio_emotions (Optional[dict]): Average emotion scores for the audio. segment_audio_emotions (Optional[list[dict]]): Emotions per audio segment. segment_text_emotions (Optional[list[dict]]): Text-based emotions per segment. summary (Optional[Union[str, Dict[str, Any]]]): Text summary of the audio (string or dict with title, status, summary_body). speakers (Optional[list[dict]]): Detected speaker information.
  - `created_at` unknown
  - `status` string, required
  - `id` string, required
  - `model_id` string
  - `url` string, required
  - `audio_duration` number, required
  - `task_completion_status` integer, nullable
  - `user_id` string, required
  - `title` string, nullable
  - `average_audio_emotions` object, nullable
  - `segment_audio_emotions` object[], nullable
  - `segment_text_emotions` object[], nullable
  - `summary` union
    - string
    - object
  - `speakers` object[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/350e9cbcb623/schema)
