Documentation
Getting Started with the ClearTalk API
A developer's guide to integrating ClearTalk AI voice agents into your application using our REST API.
Quick Start
1. Get Your API Key
Sign up for a ClearTalk account and navigate to Settings > API to generate your API key.
2. Make Your First Request
curl -X POST https://api.cleartalk.ai/v1/calls \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+15551234567", "message": "Hello!"}'3. Handle the Response
The API returns a call ID that you can use to track the call status and retrieve transcripts.
Available Endpoints
POST
/v1/callsInitiate a callGET
/v1/calls/:idGet call statusGET
/v1/recordings/:idGet recordingReady to get started?
See ClearTalk in Action
Book a personalized demo and see how AI voice agents can transform your business.
Or call us: (949) 267-5817