Documentation Index
Fetch the complete documentation index at: https://blandai-calvin-pronunciationguide-web.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 code.task: 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,ivr_mode(for navigating phone trees), andwait_for_greetingaccording to your call’s requirements.
Step 3: Customize the Call
You can further personalize the call by:- Setting a
first_sentencefor the call. - Specifying
dynamic_datato incorporate external API data. - Choosing the language with the
languageparameter. - Setting a
max_durationfor the call.
Step 4: Send the API Request
Use the provided JavaScript or Python code snippet to make the API request.Step 5: Handle the Response
After the call, you will receive a response with thestatus and call_id. If you set record to true, you can retrieve the recording using the /call/recording endpoint.
Here’s what an example response might look like: