Skip to main content
PUT
Replace audio file and voice tuning settings

Authorizations

X-API-KEY
string
header
required

Path Parameters

agentId
string
required
entryId
string
required

Audio cache entry ID

Body

multipart/form-data
file
file
required

WAV audio file (max 6 MB)

settings
string
required

JSON string with shape {"text": string, "config": VoiceTuningConfig}, where VoiceTuningConfig matches the VoiceTuningConfig schema. text is the transcript to associate with the cache entry; config carries provider-specific voice tuning settings.

Response

Audio and settings updated

Last modified on June 9, 2026