Skip to main content
TingTing is an AI-powered telephony platform that lets you deliver programmed voice calls in Nepali at scale. Use the TingTing API to create campaigns, send OTPs, manage contacts, and track call outcomes — all through a simple REST API.

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

1

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.
2

Create a campaign

POST to /api/v1/campaign/create/ with your message, phone numbers, voice, and optional schedule.
3

Add contacts

Add individual numbers or upload a bulk Excel file with contact details and personalization variables.
4

Run the campaign

POST to /api/v1/run-campaign/{campaign_id}/ to start calling immediately or at your scheduled time.
All API requests must include a valid Bearer token in the Authorization header. See Authentication to get started.