Simple SMS API for developers. One endpoint. No carrier fees to calculate. No 10DLC forms. Just send.
curl -X POST https://sparktxt.com/api/send \
-d key=sk_live_xxx \
-d to=+15551234567 \
-d message="Your code is 1234"
No forms, no verification, no number selection. Get an API key and start sending.
$0.02/msg pay-as-you-go. No carrier fees, no segments to calculate. One price.
Three endpoints. Copy-paste examples. Works with any language or framework.
No minimum. No commitment. Perfect for getting started.
Buy in bulk and save up to 60%.
Credits never expire
/api/send
Send an SMS message
{ "id": 123, "status": "queued" }
/api/status/:id
Check delivery status
{ "id": 123, "status": "delivered", "delivered_at": "2024-01-15T10:30:00Z" }
/api/usage
View your usage and remaining credits
{ "credits_remaining": 847, "messages_sent": 153, "messages_delivered": 151 }