Manually correct the transcription of this style's reference audio. After write, base speech rate (baseSpeechRate) is recomputed from the new text and the audio duration.v4.0 vs non-v4.0 behavior differs:Non-v4.0: first sync the new text to the style record; failure returns 500 SYSTEM_INTERNAL_ERROR and the local copy is not written;
v4.0: transcription is stored locally only, and the old transcription in the cached annotation is discarded, so the next generation re-derives it and does not keep using the text the user just corrected.
Two content-safety checks: first a standalone UGC check on text (non-strict), then a profile check on "style description + text" together.
The former failing returns SAFETY_CONTENT_REJECTED; the latter failing returns SAFETY_PROFILE_REJECTED; both response bodies include traceId.You can only operate voices you created, and the voice must not be in creating / failed. See the "Create a voice character" document.Deprecated alias: /api/tts/voice/{id}/prompt/{promptId}/stt. See the site document "Versions and migration".
See the Errors document for the full code reference. Always use the X-Vocu-App-Request-Id response header when troubleshooting.