Starts one outbound phone call using the configured assistant and returns the created conversation identifier.
Documentation Index
Fetch the complete documentation index at: https://doc.rapida.ai/llms.txt
Use this file to discover all available pages before exploring further.
Project API key from Rapida credentials.
Client source identifier. SDK clients send this automatically.
sdk Optional user identifier to propagate with the request.
Destination phone number in E.164 format.
"+14155550123"
Arbitrary metadata stored with the conversation for tracking and analytics.
{ "customerId": "cust_123" }Runtime arguments made available to the assistant.
{ "customerName": "Jane" }Runtime options for call behavior and configuration.
{ "priority": "standard" }Caller ID phone number in E.164 format. If omitted, Rapida uses the configured default.
"+14155550100"