Send with confidence
Submit outbound SMS through a documented API with recipient and message validation before it enters the delivery queue.
Domenii, securitate, performanță și servicii conectate pentru sistemele de care depinde afacerea ta.
Explorați toate serviciile →SMS Developer API
Send alerts, verification messages and customer updates through a documented API designed for real operational workflows.
Built for developers
Start with a direct integration, then add controls and delivery feedback as the workflow becomes more important.
Submit outbound SMS through a documented API with recipient and message validation before it enters the delivery queue.
Check the message and destination before committing usage, so your application can make deliberate decisions.
Use callbacks for delivery events and, where needed, HLR lookup results in the systems that need them.
Use API tokens and optional IP restrictions to keep a production integration scoped to the right system.
From request to result
Your application remains in control: validate the destination, estimate usage, submit once and consume delivery events asynchronously.
Keep production systems isolated with revocable credentials and optional source-IP restrictions.
Use the estimate operation to validate recipient and message characteristics before committing the request.
Accepted messages enter an asynchronous delivery workflow and return a reference your application can retain.
Delivery callbacks let your application update its own workflow without repeatedly polling for every message.
Use SMS for account creation, requested notifications and two-step login challenges with your own expiry and retry policy.
The service is usage-based. Destination, route and sender requirements are confirmed before production traffic is enabled.
Manage credentials, allowed sources, usage and delivery activity securely from your Silurian workspace.
Developer experience
Send the same authenticated JSON request from your preferred server-side stack. Keep the API token outside browser code and use the estimate operation before sending when price or message length matters.
curl --request POST 'https://api.silurian.net/sms/v2/send' \
--user 'YOUR_API_TOKEN:' \
--header 'Content-Type: application/json' \
--data '{
"sender": "YOURBRAND",
"message": "Your verification code is 123456.",
"recipients": [{"msisdn": "+34XXXXXXXXX"}]
}'
<?php
$apiToken = 'YOUR_API_TOKEN';
$payload = [
'sender' => 'YOURBRAND',
'message' => 'Your verification code is 123456.',
'recipients' => [['msisdn' => '+34XXXXXXXXX']],
];
$request = curl_init('https://api.silurian.net/sms/v2/send');
curl_setopt_array($request, [
CURLOPT_HTTPAUTH => CURLAUTH_BASIC,
CURLOPT_USERPWD => $apiToken . ':',
CURLOPT_HTTPHEADER => ['Content-Type: application/json'],
CURLOPT_POSTFIELDS => json_encode($payload),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_TIMEOUT => 15,
]);
$response = curl_exec($request);
$status = curl_getinfo($request, CURLINFO_HTTP_CODE);
curl_close($request);
import requests
api_token = "YOUR_API_TOKEN"
payload = {
"sender": "YOURBRAND",
"message": "Your verification code is 123456.",
"recipients": [{"msisdn": "+34XXXXXXXXX"}],
}
response = requests.post(
"https://api.silurian.net/sms/v2/send",
auth=(api_token, ""),
json=payload,
timeout=15,
)
response.raise_for_status()
result = response.json()
const apiToken = 'YOUR_API_TOKEN';
const credentials = Buffer.from(`${apiToken}:`).toString('base64');
const response = await fetch(
'https://api.silurian.net/sms/v2/send',
{
method: 'POST',
headers: {
Authorization: `Basic ${credentials}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
sender: 'YOURBRAND',
message: 'Your verification code is 123456.',
recipients: [{ msisdn: '+34XXXXXXXXX' }],
}),
},
);
const result = await response.json();
Destination pricing
Prices below are the current public Silurian rate per SMS part, before VAT. The API estimate operation remains authoritative because message length, destination, route and sender requirements are checked for each request.
| Destination | Price per SMS part |
|---|---|
| AFAfganistan | 1,8073 RON |
| ZAAfrica de Sud | 0,2523 RON |
| ALAlbania | 0,5788 RON |
| DZAlgeria | 1,4719 RON |
| ADAndorra | 0,4379 RON |
| AOAngola | 0,4100 RON |
| AIAnguilla | 0,8516 RON |
| AGAntigua și Barbuda | 1,1670 RON |
| SAArabia Saudită | 1,0093 RON |
| ARArgentina | 0,4763 RON |
| AMArmenia | 1,1170 RON |
| AWAruba | 0,6939 RON |
| AUAustralia | 0,1593 RON |
| ATAustria | 0,2733 RON |
| AZAzerbaidjan | 1,6338 RON |
| BSBahamas | 0,3843 RON |
| BHBahrain | 0,2208 RON |
| BDBangladesh | 2,4149 RON |
| BBBarbados | 1,2816 RON |
| BYBelarus | 0,9268 RON |
| BEBelgia | 0,4258 RON |
| BZBelize | 1,0939 RON |
| BJBenin | 1,1665 RON |
| BMBermuda | 1,2816 RON |
| BTBhutan | 1,6427 RON |
| BOBolivia | 1,0881 RON |
| BABosnia și Herțegovina | 0,7412 RON |
| BWBotswana | 0,6902 RON |
| BRBrazilia | 0,1319 RON |
| BNBrunei | 0,2960 RON |
| BGBulgaria | 0,7228 RON |
| BFBurkina Faso | 0,9620 RON |
| BIBurundi | 2,0817 RON |
| KHCambodgia | 1,5770 RON |
| CMCamerun | 1,2931 RON |
| CACanada | 0,1104 RON |
| CVCapul Verde | 1,0019 RON |
| CZCehia | 0,2602 RON |
| CLChile | 0,2150 RON |
| CNChina | 0,1251 RON |
| TDCiad | 1,5276 RON |
| CYCipru | 0,5094 RON |
| COColumbia | 0,0988 RON |
| KMComore | 1,6716 RON |
| CGCongo - Brazzaville | 1,0251 RON |
| CDCongo - Kinshasa | 1,4508 RON |
| KPCoreea de Nord | 0,4410 RON |
| KRCoreea de Sud | 0,1051 RON |
| CRCosta Rica | 0,1446 RON |
| HRCroația | 0,6807 RON |
| CUCuba | 0,4305 RON |
| ANCuraçao | 0,6308 RON |
| CWCuraçao | 1,4456 RON |
| CICôte d’Ivoire | 1,3405 RON |
| DKDanemarca | 0,2423 RON |
| DJDjibouti | 0,6150 RON |
| DMDominica | 0,9935 RON |
| ECEcuador | 1,3720 RON |
| EGEgipt | 1,4666 RON |
| SVEl Salvador | 0,5993 RON |
| CHElveția | 0,3122 RON |
| AEEmiratele Arabe Unite | 0,4799 RON |
| EREritreea | 0,4883 RON |
| EEEstonia | 0,2465 RON |
| SZEswatini | 0,8043 RON |
| ETEtiopia | 1,4456 RON |
| FJFiji | 0,8873 RON |
| PHFilipine | 1,1139 RON |
| FIFinlanda | 0,2208 RON |
| FRFranța | 0,2597 RON |
| GAGabon | 1,4130 RON |
| GMGambia | 0,8216 RON |
| GEGeorgia | 0,6340 RON |
| DEGermania | 0,4579 RON |
| GHGhana | 1,1512 RON |
| GIGibraltar | 0,3354 RON |
| GRGrecia | 0,2292 RON |
| GDGrenada | 1,1828 RON |
| GLGroenlanda | 0,0594 RON |
| GPGuadelupa | 0,5835 RON |
| GUGuam | 0,6466 RON |
| GTGuatemala | 1,0251 RON |
| GNGuineea | 1,2616 RON |
| GQGuineea Ecuatorială | 0,9462 RON |
| GWGuineea-Bissau | 1,1670 RON |
| GYGuyana | 1,2616 RON |
| GFGuyana Franceză | 0,2818 RON |
| HTHaiti | 1,2816 RON |
| HNHonduras | 0,6939 RON |
| INIndia | 0,3916 RON |
| IDIndonezia | 2,1185 RON |
| KYInsulele Cayman | 1,1828 RON |
| CKInsulele Cook | 0,5956 RON |
| FKInsulele Falkland | 0,3438 RON |
| FOInsulele Feroe | 0,2513 RON |
| MHInsulele Marshall | 0,2960 RON |
| SBInsulele Solomon | 0,4416 RON |
| TCInsulele Turks și Caicos | 0,8379 RON |
| VIInsulele Virgine Americane | 0,1940 RON |
| VGInsulele Virgine Britanice | 1,2816 RON |
| JOIordania | 1,6401 RON |
| IQIrak | 1,7678 RON |
| IRIran | 1,7978 RON |
| IEIrlanda | 0,2208 RON |
| ISIslanda | 0,3317 RON |
| ILIsrael | 1,0513 RON |
| ITItalia | 0,2513 RON |
| JMJamaica | 0,6276 RON |
| JPJaponia | 0,2655 RON |
| KZKazahstan | 1,7741 RON |
| KEKenya | 0,6308 RON |
| KIKiribati | 0,2676 RON |
| XKKosovo | 1,3142 RON |
| KWKuweit | 1,5113 RON |
| KGKârgâzstan | 1,3504 RON |
| LALaos | 0,6623 RON |
| LSLesotho | 1,2458 RON |
| LVLetonia | 0,2628 RON |
| LBLiban | 0,2523 RON |
| LRLiberia | 0,9462 RON |
| LYLibia | 1,6758 RON |
| LILiechtenstein | 0,2097 RON |
| LTLituania | 0,2134 RON |
| LULuxemburg | 0,5362 RON |
| MKMacedonia de Nord | 0,4631 RON |
| MGMadagascar | 2,0533 RON |
| MWMalawi | 1,3799 RON |
| MYMalaysia | 0,7885 RON |
| MVMaldive | 0,3312 RON |
| MLMali | 1,1197 RON |
| MTMalta | 0,2881 RON |
| MAMaroc | 0,3785 RON |
| MQMartinica | 0,2628 RON |
| MRMauritania | 1,1985 RON |
| MUMauritius | 0,8122 RON |
| MXMexic | 0,3785 RON |
| FMMicronezia | 0,3879 RON |
| MCMonaco | 0,6907 RON |
| MNMongolia | 1,5444 RON |
| MSMontserrat | 0,6623 RON |
| MZMozambic | 0,6623 RON |
| MEMuntenegru | 0,7559 RON |
| MMMyanmar (Birmania) | 1,9387 RON |
| NANamibia | 0,2229 RON |
| NRNauru | 0,8873 RON |
| NPNepal | 1,2931 RON |
| NINicaragua | 0,6150 RON |
| NENiger | 1,4787 RON |
| NGNigeria | 1,7663 RON |
| NUNiue | 0,8542 RON |
| NONorvegia | 0,1892 RON |
| NCNoua Caledonie | 0,6234 RON |
| NZNoua Zeelandă | 0,2208 RON |
| OMOman | 0,9199 RON |
| PKPakistan | 1,8924 RON |
| PWPalau | 0,6019 RON |
| PAPanama | 0,7727 RON |
| PGPapua-Noua Guinee | 1,0187 RON |
| PYParaguay | 0,4416 RON |
| PEPeru | 0,6623 RON |
| PFPolinezia Franceză | 0,4232 RON |
| PLPolonia | 0,1314 RON |
| PTPortugalia | 0,1383 RON |
| PRPuerto Rico | 0,5493 RON |
| QAQatar | 0,5520 RON |
| HKR.A.S. Hong Kong, China | 0,2949 RON |
| MOR.A.S. Macao, China | 0,2313 RON |
| GBRegatul Unit | 0,2108 RON |
| ZZRegiune necunoscută | 0,4337 RON |
| CFRepublica Centrafricană | 0,4573 RON |
| DORepublica Dominicană | 0,6340 RON |
| MDRepublica Moldova | 0,7007 RON |
| RORomânia | 0,2434 RON |
| RURusia | 2,1227 RON |
| RWRwanda | 1,4619 RON |
| RERéunion | 0,3312 RON |
| KNSaint Kitts și Nevis | 1,2816 RON |
| VCSaint Vincent și Grenadinele | 0,9935 RON |
| PMSaint-Pierre și Miquelon | 0,6308 RON |
| WSSamoa | 0,7412 RON |
| ASSamoa Americană | 0,6177 RON |
| SMSan Marino | 0,2944 RON |
| SNSenegal | 1,2458 RON |
| RSSerbia | 1,0251 RON |
| SCSeychelles | 0,5677 RON |
| SHSfânta Elena | 0,4931 RON |
| LCSfânta Lucia | 1,2458 RON |
| SLSierra Leone | 1,2301 RON |
| SGSingapore | 0,2423 RON |
| SXSint-Maarten | 0,4920 RON |
| SYSiria | 1,5476 RON |
| SKSlovacia | 0,2670 RON |
| SISlovenia | 0,8216 RON |
| SOSomalia | 1,1197 RON |
| ESSpania | 0,1945 RON |
| LKSri Lanka | 1,9681 RON |
| USStatele Unite ale Americii | 0,1104 RON |
| SDSudan | 1,6101 RON |
| SSSudanul de Sud | 1,3799 RON |
| SESuedia | 0,2549 RON |
| SRSuriname | 1,1512 RON |
| STSão Tomé și Príncipe | 0,1262 RON |
| TJTadjikistan | 1,8966 RON |
| TWTaiwan | 0,3943 RON |
| TZTanzania | 1,4130 RON |
| PSTeritoriile Palestiniene | 1,5539 RON |
| IOTeritoriul Britanic din Oceanul Indian | 0,5993 RON |
| THThailanda | 0,0920 RON |
| TLTimor-Leste | 0,7727 RON |
| TGTogo | 0,9147 RON |
| TKTokelau | 0,1314 RON |
| TOTonga | 0,8873 RON |
| TTTrinidad și Tobago | 1,2458 RON |
| TNTunisia | 1,5139 RON |
| TRTurcia | 0,0400 RON |
| TMTurkmenistan | 1,1502 RON |
| TVTuvalu | 0,8216 RON |
| UAUcraina | 0,9199 RON |
| UGUganda | 1,4850 RON |
| HUUngaria | 0,3417 RON |
| UYUruguay | 0,5588 RON |
| UZUzbekistan | 2,0370 RON |
| VUVanuatu | 0,8674 RON |
| VEVenezuela | 0,6939 RON |
| VNVietnam | 1,1665 RON |
| WFWallis și Futuna | 0,3895 RON |
| YEYemen | 0,9068 RON |
| ZMZambia | 1,3767 RON |
| ZWZimbabwe | 0,9562 RON |
| NLȚările de Jos | 0,4011 RON |
No enabled destination matches that search.
You can still read the complete privacy policy in a new window.