Skip to main content
PATCH
Update audio
Update metadata for a specific audio file, including its name and description.
  • Audio IDs start with the prefix a-
  • Only provided fields are updated; omitted fields remain unchanged

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

audio_id
string
required
Pattern: ^a-
Example:

"a-12345"

Body

application/json
name
string
Example:

"Updated Audio Name"

Response

200 - application/json

Audio updated

success
boolean
Example:

true

data
object