curl --request GET \
--url https://api.voicebot.studio/api/v1/assistants/voices \
--header 'X-API-Key: <api-key>'[
{
"language": "<string>",
"name": "<string>"
}
]Fetch all available voices from MongoDB.
curl --request GET \
--url https://api.voicebot.studio/api/v1/assistants/voices \
--header 'X-API-Key: <api-key>'[
{
"language": "<string>",
"name": "<string>"
}
]