Straightforward integration
Clean request/response contracts and practical docs help teams ship quickly.
Production SMS API
TextPro gives engineering teams a clear, secure API for transactional messaging. Authenticate with API keys, send messages fast, verify OTPs, and scale reliably.
Auth Model
X-API-KEY
Built For
Transactional messaging
Quick request example
curl -X POST https://textpro.co.uk/api/send/sms \
-H "X-API-KEY: tp_live_xxx" \
-H "Content-Type: application/json" \
-d '{"to":"+447000000000","message":"Hello from TextPro"}'
HTTP/1.1 200 OK
{
"success": true,
"id": "msg_xxx",
"status": "sent"
}
Clean request/response contracts and practical docs help teams ship quickly.
Per-user API keys with immediate revocation keep environments and integrations controlled.
Documented status codes and error structures make debugging and monitoring predictable.
Built-in reporting helps teams monitor throughput and delivery quality with clear operational visibility.
Peak-hour send volume increased while latency remained stable.
Clear status segmentation across delivered, pending, and failed states.
Consistent month-over-month demand growth across transactional flows.
Step 1
Generate and copy a user-scoped key from your dashboard.
Step 2
Use `/api/send/sms` to dispatch your first SMS message in minutes.
Step 3
Rely on clear status codes, robust error handling, and delivery metrics.