curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voicev1 \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"phoneNumber": "<string>",
"objective": "<string>",
"startSentence": "<string>",
"endSentence": "<string>",
"voiceId": "<string>",
"language": "<string>",
"allowedTransferNumbers": "<string>",
"functions": {},
"model": "<string>",
"resourceKeys": "<string>",
"wsBaseUrl": "<string>"
}
]
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voicev1 \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"phoneNumber": "<string>",
"objective": "<string>",
"startSentence": "<string>",
"endSentence": "<string>",
"voiceId": "<string>",
"language": "<string>",
"allowedTransferNumbers": "<string>",
"functions": {},
"model": "<string>",
"resourceKeys": "<string>",
"wsBaseUrl": "<string>"
}
]
API key authentication
List of voice v1 deployments
The response is of type object[]
.