Quick Start
Make your first API call in minutes
Authentication
Get your API token and authenticate requests
Campaigns
Create and run voice call campaigns
OTP
Send one-time passwords via voice or text
What you can build
Bulk Voice Campaigns
Reach thousands of recipients with personalized Nepali voice messages, complete with scheduling and contact management.
Voice OTP
Deliver one-time passwords via AI-generated voice calls or SMS — ideal for authentication flows.
Contact Personalization
Use dynamic tags like
{name} and {salary} in messages to personalize each call automatically.Analytics & Reports
Monitor campaign performance, credit usage, and call outcomes through the dashboard API or downloadable CSV reports.
How it works
Get your API token
Log in at app.tingting.io, then call the Generate API Token endpoint to get a Bearer token for all API requests.
Create a campaign
POST to
/api/v1/campaign/create/ with your message, phone numbers, voice, and optional schedule.Add contacts
Add individual numbers or upload a bulk Excel file with contact details and personalization variables.
All API requests must include a valid Bearer token in the
Authorization header. See Authentication to get started.