Get API
Back to Marketplace
📨
Pay-per-callv1.3.0

PingText SMS Gateway

Communication Infrastructure

PingText routes SMS through redundant carrier networks ensuring 96%+ delivery in under 3 seconds. Features: OTP templates with auto-expiry, number lookup (carrier + validity), two-way messaging (receive inbound SMS via webhook), and compliance tools for GDPR & TCPA.

RESTTypeScript SDKWebhooksOpenAPINode.js
https://api.pingtext.io/v1
Trust Score

4.7 / 5

198 dev notes

Live Uptime

99.97%

Guaranteed SLA

Avg Latency

320ms

Global Edge

API Traffic

14.2M

monthly average

Available Endpoints

POST/sms/sendSend an SMS to one or multiple numbers
POST/sms/otpSend and verify OTP in one call
GET/sms/:idGet delivery status of a sent SMS
POST/numbers/lookupValidate and get carrier info for a number
Implementation Example
const res = await fetch('https://api.pingtext.io/v1/sms/send', {
  method: 'POST',
  headers: { 'X-API-Key': process.env.PT_KEY, 'Content-Type': 'application/json' },
  body: JSON.stringify({ to: '+14155551234', from: '+18005550001', body: 'Your OTP is 482910' }),
});
const { message_id, status } = await res.json();

API Access

✓ FREE TIER ACTIVE

First 50 calls are free every month.

Personal$1/mo
Team$3/mo
Enterprise$8/mo
Technical Docs

API Provider

Omar Hassan

Omar Hassan

Cloud infra engineer. Auth, storage, and infra APIs.