Realtime TTS 2.0 is available now in research preview! Learn more
curl --location 'https://api.inworld.ai/voices/v1/voices/<voice-id>:publish' \
--header "Authorization: Basic $INWORLD_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"displayName": "John",
"description": "A warm, friendly voice for customer support.",
"tags": ["support", "conversational"]
}'{
"name": "workspaces/your_workspace_id/voices/design-voice-38b05df9",
"langCode": "EN_US",
"displayName": "John",
"description": "A warm, friendly voice for customer support.",
"tags": [
"support",
"conversational"
],
"voiceId": "your_workspace_id__design-voice-38b05df9",
"source": "IVC"
}Publishes a preview voice to your voice library.
curl --location 'https://api.inworld.ai/voices/v1/voices/<voice-id>:publish' \
--header "Authorization: Basic $INWORLD_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"displayName": "John",
"description": "A warm, friendly voice for customer support.",
"tags": ["support", "conversational"]
}'{
"name": "workspaces/your_workspace_id/voices/design-voice-38b05df9",
"langCode": "EN_US",
"displayName": "John",
"description": "A warm, friendly voice for customer support.",
"tags": [
"support",
"conversational"
],
"voiceId": "your_workspace_id__design-voice-38b05df9",
"source": "IVC"
}Publishes a preview voice to your voice library. Use this after designing a voice to promote the chosen preview to your voice library. Once published, the voice can be used to synthesize speech like any other voice.Documentation Index
Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt
Use this file to discover all available pages before exploring further.
Voice ID of the draft voice to publish. Expected format: {workspace}__{voice}.
[^/]+Voice metadata to set when publishing.
A successful response.
Voice resource representing a voice configuration.
ID of the voice. Format: {workspace}__{voice}.
EN_US, ZH_CN, KO_KR, JA_JP, RU_RU, AUTO, IT_IT, ES_ES, PT_BR, DE_DE, FR_FR, AR_SA, PL_PL, NL_NL, HI_IN, HE_IL The human-readable name shown anywhere the voice is listed or selected.
Longer blurb that explains the voice's tone, accent, use cases, or other relevant attributes. Helpful for search and selection.
Flat list of labels used for filtering, grouping and discovery. Examples could include gender, age or use case.
Resource name. Format: workspaces/{workspace}/voices/{voice}.
The source of the voice:
SYSTEM: Built-in voice provided by Inworld.IVC: Instant Voice Clone—user-cloned voice from audio, or voice created via Text Voice Design.PVC: Professional Voice Cloning.SYSTEM, IVC, PVC