http://z-spark.com/api/v1
The Z-Spark SMS API allows you to send SMS messages programmatically from your applications. Our RESTful API is simple, reliable, and built for developers.
Send your first SMS with a simple POST request
Monitor delivery status in real-time
Here's a simple cURL example to send your first SMS:
# Send a single SMS curl -X POST http://z-spark.com/api/v1/sms/send \ -H "X-API-Key: YOUR_API_KEY_HERE" \ -H "Content-Type: application/json" \ -d '{ "to": "+1234567890", "message": "Hello from Z-Spark!" }'
| Endpoint | Method | Description |
|---|---|---|
/sms/send |
POST | Send a single SMS message |
/sms/send-bulk |
POST | Send SMS to multiple recipients |
/sms/logs |
GET | Retrieve your SMS history |
/sms/logs/{id} |
GET | Get details of a specific SMS |
/account |
GET | Get your account information |
/account/balance |
GET | Check your current balance |
Send SMS to any mobile number worldwide
Track delivery status in real-time
Send to multiple recipients with one request
99.9% uptime with automatic failover
Simple REST API with JSON responses
Complete history of all sent messages