Member
Create and manage API tokens for external integrations
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" }
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"