user

User

Member

API Token Management

Create and manage API tokens for external integrations

API Integration Guide

Single Call API
POST /api/originateSingle
Authorization: Bearer YOUR_API_TOKEN
Content-Type: application/json

{
  "number": "1234567890",
  "userName": "John Doe",
  "callDuration": "60",
  "prompt": "Your AI prompt here",
  "voice": "shimmer"
}
Bulk Call API
POST /api/originateMultiple
Authorization: Bearer YOUR_API_TOKEN
Content-Type: multipart/form-data

file: CSV file with "name,phone" columns
callDuration: "60"
prompt: "Your AI prompt here"
voice: "shimmer"

Your API Tokens