STL_TOM
11/29/2025, 5:27 AMChiranjeet Mishra
12/03/2025, 2:45 AMbash
curl -X POST 'https://api.vapi.ai/credential' \
-H 'Authorization: Bearer YOUR_VAPI_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"provider": "azure",
"service": "speech",
"region": "eastus",
"apiKey": "YOUR_AZURE_SPEECH_API_KEY"
}'
Replace YOUR_VAPI_API_KEY and YOUR_AZURE_SPEECH_API_KEY with your actual keys, and adjust the region if needed. Let me know if you'd like us to validate the credential once created!