Endpoint
POST /user/make_call
Request
string
required
Recipient phone number in E.164 format (e.g.,
+1234567890).integer
required
ID of the assistant to use for the call. Must be an outbound assistant.
object
Custom variables to pass into the call. These should match the variable names defined on your assistant and are accessible in the system prompt via
{{variable_name}}.Response
string
Confirmation that the call was initiated.
Example
200 Response
The call is initiated asynchronously. Use the List calls or Get call endpoints to monitor the call status.