curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voice \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"phoneNumber": "<string>",
"voiceProvider": "<string>",
"voiceId": "<string>",
"enableVoiceSentiment": true,
"agentId": "<string>",
"externalConfig": {}
}
]
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voice \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"phoneNumber": "<string>",
"voiceProvider": "<string>",
"voiceId": "<string>",
"enableVoiceSentiment": true,
"agentId": "<string>",
"externalConfig": {}
}
]
API key authentication
List of voice deployments
The response is of type object[]
.