Replace audio and voice tuning settings
Replace both the audio file and voice tuning settings for a cache entry in a single request. Sent as multipart/form-data with a file part containing the WAV audio (max 6 MB) and a settings part containing a JSON object with text and config fields.
PUT
Replace audio file and voice tuning settings
Authorizations
Body
multipart/form-data
WAV audio file (max 6 MB)
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 10, 2026
Previous
Synthesize audio previewGenerate a TTS audio preview using an existing cache entry's voice and provider configuration. Returns WAV audio without saving to cache, allowing you to preview how different text or tuning settings would sound before committing changes.
Next
Replace audio file and voice tuning settings

