Turatext

SMS and notifications, one API

Transactional SMS, push notifications, and messaging. Reach users on any channel with a single integration.

Coming Soon — Part of the Tura Platform

Sign in with TuraLogin to get notified when TuraText launches.

Simple API, Powerful Results

Send an SMS notification. One API call from your backend — that's it.

POST/api/v1/text/send
curl -X POST https://www.turatext.com/api/v1/text/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "to": "+15551234567",
  "channel": "sms",
  "message": "Your verification code is 123456"
}'

All TuraText endpoints use the same TuraLogin API key. One account, all services.

What TuraText Does

SMS API

Send transactional and marketing SMS worldwide.

Push Notifications

Web and mobile push with rich content support.

Multi-Channel

SMS, email, push — one API for all channels.

Set Up with AI in Seconds

Copy this prompt to Cursor, Claude, or any AI coding assistant to scaffold TuraText integration in your app.

AI Integration Prompt
I want to send notifications from my app using TuraText. Read https://www.turatext.com/SKILL.md for full documentation. TuraText provides multi-channel notifications — SMS, push, email — via a single API. Implement notification sending.

Documentation

Everything you need to integrate TuraText. Human-readable and AI-fetchable.

AI agents: curl https://www.turatext.com/SKILL.md