API Setup Guide
The Callmatic API allows you to programmatically trigger and manage voicebot-powered outbound calls. You can initiate single or batch calls, retrieve call details and transcripts, and access call recordings. To run the apis, we need apiKey and campaignId.
1. Generate API Key
- Sign up or log in at Callmatic Admin Portal.
- Once logged in, click on the Profile Icon in the top-right corner.
- From the dropdown menu, select Account Section.
- In the Account Section, click on Generate API Key.
- Copy the generated API key and save it in a secure location for future use.
2. Get Campaign ID
- Go to the Campaign List Page.
- Click on the relevant campaign you want to work with.
- Copy the Campaign ID from the URL in your browser’s address bar.
You now have both the apiKey and campaignId required to run the APIs.
API Execution Guide:
🔐 Authentication