---
title: "Edit Title Or Description"
method: PUT
path: "/v1/audios/{audio_id}/metadata"
tags: ["Audio Emotion API"]
---

# Edit Title Or Description

`PUT /v1/audios/{audio_id}/metadata`

Update the metadata of an audio file.
This endpoint allows you to edit the title (which is auto-generated from the file name by default)
and add or update a description.

## Path parameters

- `audio_id` string, required — Provide the audio ID to edit the title or description of the audio

## Response `200`

Successful Response

- AudioEditResponse — Response model for editing audio data. Inherits: ImageEditResponse: Contains status and metadata after editing.
  - `title` string, nullable
  - `description` string, 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)
