Kết nối hệ thống qua REST API, xác thực bằng API Key và theo dõi số lượt còn lại ngay trong tài khoản.
Đăng nhập để xem API Key và thông tin gói của bạn.
Đăng nhậphttps://spamsms.net/api.php
API-Key: your_api_key_here
/api.php?action=sendcurl -X POST https://yourdomain.com/api.php?action=send \ -H "API-Key: your_api_key" \ -d "phone=0987654321&amount=1"
{
"success": true,
"message": "Gửi SMS thành công!",
"data": {
"phone": "0987654321",
"amount": 1,
"remaining": 99,
"total_sent": 10,
"http_code": 200,
"response": "OK"
}
}
{
"success": false,
"error": "Not enough SMS remaining. Còn: 0, Cần: 1"
}
/api.php?action=statscurl -X GET https://yourdomain.com/api.php?action=stats \ -H "API-Key: your_api_key"
{
"success": true,
"data": {
"username": "your_username",
"package": "monthly",
"package_name": "Gói 30 Ngày",
"remaining": 3999,
"total_sent": 1,
"balance": 999999999,
"expiry": "2026-08-21 13:25:59"
}
}
API chỉ khả dụng cho người dùng đã mua gói. Tài khoản miễn phí có thể nâng cấp tại đây.
Số lượng SMS tối đa mỗi lần gọi: 10.