{
"voice": "21m00Tcm4TlvDq8ikWAM", // Voice ID to be use in your slides
"voiceProvider": "elevenlabs", // Voice Provider (we suport 5 now, but constantly updating)
"premium": true, // if this is a premium voice
}
{
...
slides: [{
...
language: "English",
voiceType: "text",
voiceProvider: "azure",
voice: "en-US-GuyNeural",
...
}]
...
}
curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1/voices' \
--header 'Authorization: Bearer SECRET_KEY'
{}