v1
latestOpenAPI 3.0.02026-07-262088144.5 KBVoiceService
Publish a voice
Publishes a preview voice to your voice library.
post/voices/v1/voices/{voiceId}:publish
Path parameters
voiceIdstring required
Voice ID of the draft voice to publish. Expected format: {workspace}__{voice}.
Request body
Response
A successful response.
Example response
{
"name": "workspaces/your_workspace_id/voices/my_voice_clone_demo_20260218_223134z",
"voiceId": "your_workspace_id__my_voice_clone_demo_20260218_223134z",
"langCode": "EN_US",
"displayName": "John",
"description": "Cloned voice for narrations.",
"tags": [
"demo",
"clone"
],
"categories": [],
"source": "IVC",
"gender": "",
"ageGroup": "",
"promptLanguages": [
"en-US"
]
}