curl --request POST \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voice/{deploymentId}/make-batch-calls \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"data": [
{}
],
"batch_size": 123,
"batch_interval_minutes": 123,
"condition": "<string>",
"extractions": "<string>",
"wsUrl": "<string>",
"additional_data": "<string>"
}'
{
"message": "<string>",
"rowsProcessed": 123
}
curl --request POST \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voice/{deploymentId}/make-batch-calls \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"data": [
{}
],
"batch_size": 123,
"batch_interval_minutes": 123,
"condition": "<string>",
"extractions": "<string>",
"wsUrl": "<string>",
"additional_data": "<string>"
}'
{
"message": "<string>",
"rowsProcessed": 123
}
API key authentication
Batch calls started successfully
The response is of type object
.