v1
latestOpenAPI 3.1.02026-07-265094114.0 KBVoices
Create a voice
Create a voice for use in personalizing AI outputs
post/v1/tones
Request body
Example request
{
"name": "It's-a me, Mario!",
"value": "This voice is energetic, playful, and humorous, characterized by exclamations, wordplay, and a confident, charismatic character, with techniques including catchphrases, direct address, and hyperbole to engage and entertain the audience.",
"settings": {
"appVisibility": "visible"
}
}Response
Created. The new voice was added successfully.
Example response
{
"requestId": "bce766ea-a4ef-48e5-9da1-d9602bfecf2d",
"resource": "tone",
"data": {
"name": "It's-a me, Mario!",
"value": "This voice is energetic, playful, and humorous, characterized by exclamations, wordplay, and a confident, charismatic character, with techniques including catchphrases, direct address, and hyperbole to engage and entertain the audience.",
"settings": {
"appVisibility": "visible"
},
"id": "ton_2ee766eaa4ef48e59da1d9602bfecf2d",
"createdAt": "2023-09-21T15:38:00.474Z",
"updatedAt": "2023-09-21T15:38:00.474Z"
}
}