How to List Voice Providers, Voice IDs, and Models...
# support
j
Hello Team, I’m working on creating an assistant in Vapi using the C# SDK and Postman. The assistant gets created on the Vapi side, but when I try to publish it using the Publish button on the Vapi Dashboard, I receive the error: "Assistant configuration is invalid." Here’s the JSON I’m using to create the assistant (check the pci)... However, even though the assistant is created, I cannot modify some values and publish it on the dashboard due to the "Assistant configuration is invalid" error! To solve this issue, I need help understanding the following: 1- How can I retrieve a list of voice providers, the voice IDs for those providers, and the corresponding models via API? This information is crucial to ensure that the voice object in my JSON is configured correctly. 2- Could you provide a valid example JSON for creating an assistant using the "Appointment Setter" template (or something similar)? My goal is to create the assistant via API and then adjust the configurations on the Vapi dashboard to finalize it. Any guidance on how to correctly configure the assistant for publication would be greatly appreciated. Thank you for your support! Javi https://cdn.discordapp.com/attachments/1326986119937654854/1326986120122077194/image.png?ex=67816ba1&is=67801a21&hm=09d9c6c0c14a7438feeeddf34e9b52e5e956108fee00c0239a990a6af0183ac9&
Maria was created via API...
?
t
ngl i'd check voice and transcription parameters through the dashboard
like not every voice id that exists is necessarily useable depending on the provider keys you have set
the model for deepgram should be "nova-2" to "Nova 2" btw
thats the only issue i see with it off of a first glance
s
@Javi Your analysis plan is incorrect. I suggest creating an assistant using the Create Assistant API and then copying the curl command within your code to extend it further. You can learn more about the API from here: https://docs.vapi.ai/api-reference/assistants/create Also, FYI there is no such thing as
sumRosePlan
you might be trying to use
summary plan
. Let me know if you require further help!
7 Views