Send an SMS notification. Call it from your backend, get a JSON response.
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"
}'Uses the same TuraLogin API key across all Tura services.
Paste this into Cursor, Claude, or ChatGPT to set up a TuraText integration.
Full API reference and integration guides.
curl https://www.turatext.com/SKILL.mdOne account, one key. TuraText connects with every Tura Cloud service.
Templates wire these together automatically. No code needed.
API-first building blocks for custom integrations.