🧪 Interactive Tool

SMS API Playground

Test our SMS gateway API directly in your browser. Try different endpoints, tweak parameters, and see code samples in your preferred language.

POST /api/v1/send

Send SMS Endpoint

Request

Response

Click "Send Test SMS" to see the simulated response.

API Quick Reference

POST /api/v1/send

Send a single SMS message to a recipient.

tostring, required
messagestring, required
typetransactional | promotional
sender_idstring, optional (6 chars)
GET /api/v1/balance

Check your remaining SMS credits and account balance.

{"balance": 1000, "credits": 950, "plan": "starter"}
GET /api/v1/report/{message_id}

Get delivery status and report for a specific message.

{"message_id": "MSG_123", "status": "delivered", "delivered_at": "..."}
POST /api/v1/send-bulk

Send SMS to multiple recipients in a single API call (up to 10,000).

{"batch_id": "BATCH_456", "queued": 500, "estimated_time": "2min"}

Ready to Integrate?

Get your API key and start sending SMS in minutes.

Get API Key Integration Guides