Armando
01/21/2025, 10:16 PMVapi
01/21/2025, 10:19 PMVapi
01/21/2025, 10:19 PMArmando
01/21/2025, 10:32 PMVapi
01/21/2025, 10:32 PMArmando
01/21/2025, 10:33 PMShubham Bajaj
01/21/2025, 11:35 PMArmando
01/21/2025, 11:38 PMShubham Bajaj
01/21/2025, 11:40 PMArmando
01/22/2025, 3:17 AMShubham Bajaj
01/22/2025, 5:06 AMcurl --location 'https://api.vapi.ai/credential' \
--header 'accept: */*' \
--header 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \
--header 'authorization: Bearer insert-your-token-here' \
--header 'content-type: application/json' \
--header 'origin: https://dashboard.vapi.ai' \
--header 'priority: u=1, i' \
--header 'referer: https://dashboard.vapi.ai/' \
--header 'x-dashboard-version: 5334a312820225a5d26aa779a05c4441a0178223' \
--header 'Cookie: _cfuvid=CUSErOTQze7IfYksWMA7yAByAUDG7qgz41gjoqw2vwU-1737501475592-0.0.1.1-604800000' \
--data '{
"provider": "azure-openai",
"models": [
"insert-your-model-name-here"
],
"region": "insert-your-region-here",
"openAIEndpoint": "insert-your-openaiEndpoint-here",
"openAIKey": "insert-your-openAIKey-here",
"ocpApimSubscriptionKey": "insert-your-ocpApimSubscriptionKey-here-ff-required"
}'