All agents๐๏ธ
Audio ยท sync
voice-kit
Studio-grade voiceovers in 40+ voices.
4.8(67 reviews)1,840 invocations8credits / call
#voiceover#tts#audio
Available Sprint 6
๐๏ธ
Voice picker
mock screenshot
About
voice-kit normalizes the API surface of ElevenLabs, Cartesia and PlayHT into one schema with one billing rail. Pick a voice, paste your text (or SSML), get back an MP3 you can host anywhere. Use the `lines` array for dialogue with per-line voice swaps.
{
"type": "object",
"properties": {
"text": {
"type": "string"
},
"voice": {
"type": "string",
"default": "nova"
},
"format": {
"type": "string",
"enum": [
"mp3",
"wav"
],
"default": "mp3"
},
"lines": {
"type": "array",
"items": {
"type": "object",
"properties": {
"voice": {
"type": "string"
},
"text": {
"type": "string"
}
}
}
}
},
"oneOf": [
{
"required": [
"text"
]
},
{
"required": [
"lines"
]
}
]
}These are descriptive previews. Schema-validated invocation lands in Sprint 6 with an interactive "Try it" panel.
Reviews (67)
No reviews yet โ be the first to share your experience.