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

