Home › Send SMS
Send to Number Bank — FarazSMS SMS web service
POST https://api.iranpayamak.com/ws/v1/sms/bank
Purpose: Targeted send to a Number Bank (ready-made numbers by trade/region) without owning a phonebook.
Auth: header Api-Key (key from the panel, case-sensitive).
Request fields
text(string) — requiredrecipients(array) — optionalline_number(string) — requirednumber_format(string) — requiredschedule(string) — optional
Example body
{
"text": "test message",
"recipients": [
{
"bank_id": 1,
"limit": 50,
"offset": 0
},
{
"bank_id": 5,
"limit": 100,
"offset": 50
}
],
"line_number": "98123123",
"number_format": "english",
"schedule": "2026-03-20T10:00:00Z"
}