---
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.

The three speech-analysis flags are optional and default to "leave whatever
is stored alone", so existing callers are unaffected. Supplying them is how
media uploaded with speech analysis skipped gets analyzed later (#840).

## 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/350e9cbcb623/schema)
