---
title: "Reprocess Audio"
method: PUT
path: "/v1/audios/{audio_id}"
tags: ["Audio Emotion API"]
---

# Reprocess Audio

`PUT /v1/audios/{audio_id}`

Reprocess an audio file based on audio id.

## Path parameters

- `audio_id` string, required — Unique identifier of the audio to reprocess

## Response `200`

Successful Response

- AudioReprocessResponse — Response model for audio reprocessing. Inherits: TextReprocessResponse: Reuse response format for audio reprocessing.
  - `id` string, required
  - `status` string, required
  - `message` string, required

## 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/4a61d1ac9025/schema)
