POST
/
api
/
workers
/
{workerId}
/
deployments
/
voice
/
{deploymentId}
/
make-batch-calls
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
}

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required
deploymentId
string
required

Body

application/json

Response

200
application/json

Batch calls started successfully

The response is of type object.