create-phone-call
Assistant
create-phone-call
Starts one outbound phone call using the configured assistant and returns the created conversation identifier.
POST
create-phone-call
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.
Authorizations
API key from Rapida credentials.
Headers
Client source identifier. SDK clients send this automatically.
Available options:
sdk Optional user identifier to propagate with the request.
Body
application/json
Destination phone number in E.164 format.
Example:
"+14155550123"
Arbitrary metadata stored with the conversation for tracking and analytics.
Example:
{ "customerId": "cust_123" }Runtime arguments made available to the assistant.
Example:
{ "customerName": "Jane" }Runtime options for call behavior and configuration.
Example:
{ "priority": "standard" }Caller ID phone number in E.164 format. If omitted, Rapida uses the configured default.
Example:
"+14155550100"