Skip to main content

🚀 Get Started with ClearTalk in 3 Easy Steps!

Ready to make your first AI-powered call? You’re about to experience the magic of ClearTalk – the platform that’s revolutionizing how businesses communicate. In just a few minutes, you’ll be making calls that feel natural, intelligent, and incredibly effective!
New to AI calling? No worries! ClearTalk is designed to be developer-friendly. Even if you’ve never worked with AI or voice APIs before, you’ll be up and running in no time.

⚡ Step 1: Get Your API Keys

This is where the magic begins! 1. Head over to ClearTalk Dashboard and create your account 2. Verify your email (check that spam folder!) 3. Complete the quick onboarding wizard 4. Navigate to API Keys in your dashboard
Pro tip: Bookmark your dashboard – you’ll be using it a lot! 🎯
Security first, always! 1. Click “Generate New API Key” in your dashboard 2. Give it a memorable name like “My First Integration” 3. Copy your API key and store it securely 4. Set your webhook URL (we’ll help you with this!)
Important: Keep your API key secret! Never commit it to public repositories.

🎯 Step 2: Make Your First AI Call

Time to hear the magic! Let’s make your first AI-powered call:
curl -X POST "https://api.cleartalk.com/call-contacts/bland-call" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "phone_number": "+1234567890",
    "agent_name": "Sarah",
    "agent_voice": "alloy",
    "script": "Hi! This is Sarah from ClearTalk. I'm calling to introduce you to our amazing AI communication platform. Are you interested in learning more?",
    "max_duration": 60
  }'
Success! If you see a response with a call_id, your first AI call is queued! 🎉
Now let’s see the AI in action! Test our conversation analysis:
curl -X POST "https://api.cleartalk.com/gpt/analyze" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "transcript": "Hi, this is Sarah calling about ClearTalk. The customer said they are very interested in learning more about our AI calling features.",
    "analysis_schema": {
      "outcome": "string",
      "interest_level": "high|medium|low",
      "next_steps": "string"
    }
  }'
Amazing, right? The AI just analyzed the conversation and extracted structured data! 🧠✨

🎉 Step 3: Build Something Amazing

Now for the fun part! Let’s create a campaign that will blow your mind:
  1. Set up a simple campaign:
    curl -X POST "https://api.cleartalk.com/campaigns/save-auto-campaign" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "campaign_name": "My First ClearTalk Campaign",
        "script": "Hi! I'm calling about an exciting opportunity. Are you interested in learning more?",
        "target_numbers": ["+1234567890", "+1987654321"],
        "agent_voice": "alloy",
        "max_duration": 120
      }'
    
  2. Monitor your results in the ClearTalk dashboard
  3. Watch the AI work its magic as it handles conversations naturally
Congratulations! You’ve just created your first AI-powered calling campaign! 🎊

🌟 What’s Next? The Sky’s the Limit!

Now that you’ve experienced the power of ClearTalk, here’s where the real fun begins:

🎯 Ready to Build the Future?

🌟 Start Building Today

You’ve got the basics down! Now explore our complete API reference and start building the communication experiences of tomorrow.
Questions? We’re here to help! Check out our Complete API Reference for detailed guides, or reach out to our support team. We love seeing what amazing things you build with ClearTalk! 🚀