
Step 1: Setup Your Authorization
Before making a call, you need to authenticate your request. Make sure you have your API key ready. Sign up on the developer portal to get yours.Step 2: Prepare the Call Data
You will need to provide specific details for the call. These include:phone_number
: : The number you want to call. Remember to include the country codetask
: : Describe the purpose of the call and how the AI should handle the conversation.voice_id
: : Choose the voice persona (American male, Australian female, etc.) based on your preference.- Set parameters like
reduce_latency
,record
,amd
(for navigating phone trees), andwait_for_greeting
according to your call’s requirements.
Step 3: Customize the call
You can further personalize the call by:- Setting a first_sentence for the call.
- Specifying dynamic_data to incorporate external API data.
- Adjusting voice_settings for stability, similarity, and speed.
- Choosing the language with the language parameter.
- Setting a max_duration for the call.