VapiAI / python

MIT License
59 stars 25 forks source link

endpoint test Vapi function calling #7

Open MissCoco01 opened 4 months ago

MissCoco01 commented 4 months ago

I have a function that takes a name and returns a string. I hosted it on Render.com and I request this function with a POST request by sending JSON data. I tested this POST request on Postman and it runs successfully, but when I try to test it on Vapi Dashboard, it does not work and returns a 422 error.

Any help please!