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.8034 RON |
| ZAAfrica de Sud | 0.2518 RON |
| ALAlbania | 0.5775 RON |
| DZAlgeria | 1.4687 RON |
| ADAndorra | 0.4370 RON |
| AOAngola | 0.4091 RON |
| AIAnguilla | 0.8498 RON |
| AGAntigua și Barbuda | 1.1645 RON |
| SAArabia Saudită | 1.0071 RON |
| ARArgentina | 0.4752 RON |
| AMArmenia | 1.1147 RON |
| AWAruba | 0.6924 RON |
| AUAustralia | 0.1589 RON |
| ATAustria | 0.2728 RON |
| AZAzerbaidjan | 1.6303 RON |
| BSBahamas | 0.3834 RON |
| BHBahrain | 0.2203 RON |
| BDBangladesh | 2.4098 RON |
| BBBarbados | 1.2789 RON |
| BYBelarus | 0.9248 RON |
| BEBelgia | 0.4249 RON |
| BZBelize | 1.0916 RON |
| BJBenin | 1.1640 RON |
| BMBermuda | 1.2789 RON |
| BTBhutan | 1.6392 RON |
| BOBolivia | 1.0858 RON |
| BABosnia și Herțegovina | 0.7396 RON |
| BWBotswana | 0.6887 RON |
| BRBrazilia | 0.1317 RON |
| BNBrunei | 0.2953 RON |
| BGBulgaria | 0.7213 RON |
| BFBurkina Faso | 0.9599 RON |
| BIBurundi | 2.0772 RON |
| KHCambodgia | 1.5737 RON |
| CMCamerun | 1.2904 RON |
| CACanada | 0.1102 RON |
| CVCapul Verde | 0.9998 RON |
| CZCehia | 0.2597 RON |
| CLChile | 0.2145 RON |
| CNChina | 0.1248 RON |
| TDCiad | 1.5243 RON |
| CYCipru | 0.5083 RON |
| COColumbia | 0.0986 RON |
| KMComore | 1.6681 RON |
| CGCongo - Brazzaville | 1.0229 RON |
| CDCongo - Kinshasa | 1.4478 RON |
| KPCoreea de Nord | 0.4401 RON |
| KRCoreea de Sud | 0.1049 RON |
| CRCosta Rica | 0.1443 RON |
| HRCroația | 0.6793 RON |
| CUCuba | 0.4296 RON |
| ANCuraçao | 0.6295 RON |
| CWCuraçao | 1.4425 RON |
| CICôte d’Ivoire | 1.3376 RON |
| DKDanemarca | 0.2418 RON |
| DJDjibouti | 0.6137 RON |
| DMDominica | 0.9914 RON |
| ECEcuador | 1.3691 RON |
| EGEgipt | 1.4635 RON |
| SVEl Salvador | 0.5980 RON |
| CHElveția | 0.3116 RON |
| AEEmiratele Arabe Unite | 0.4789 RON |
| EREritreea | 0.4873 RON |
| EEEstonia | 0.2460 RON |
| SZEswatini | 0.8026 RON |
| ETEtiopia | 1.4425 RON |
| FJFiji | 0.8854 RON |
| PHFilipine | 1.1115 RON |
| FIFinlanda | 0.2203 RON |
| FRFranța | 0.2591 RON |
| GAGabon | 1.4100 RON |
| GMGambia | 0.8199 RON |
| GEGeorgia | 0.6326 RON |
| DEGermania | 0.4569 RON |
| GHGhana | 1.1488 RON |
| GIGibraltar | 0.3347 RON |
| GRGrecia | 0.2287 RON |
| GDGrenada | 1.1802 RON |
| GLGroenlanda | 0.0593 RON |
| GPGuadelupa | 0.5823 RON |
| GUGuam | 0.6452 RON |
| GTGuatemala | 1.0229 RON |
| GNGuineea | 1.2589 RON |
| GQGuineea Ecuatorială | 0.9442 RON |
| GWGuineea-Bissau | 1.1645 RON |
| GYGuyana | 1.2589 RON |
| GFGuyana Franceză | 0.2812 RON |
| HTHaiti | 1.2789 RON |
| HNHonduras | 0.6924 RON |
| INIndia | 0.3908 RON |
| IDIndonezia | 2.1139 RON |
| KYInsulele Cayman | 1.1802 RON |
| CKInsulele Cook | 0.5943 RON |
| FKInsulele Falkland | 0.3431 RON |
| FOInsulele Feroe | 0.2507 RON |
| MHInsulele Marshall | 0.2953 RON |
| SBInsulele Solomon | 0.4406 RON |
| TCInsulele Turks și Caicos | 0.8361 RON |
| VIInsulele Virgine Americane | 0.1936 RON |
| VGInsulele Virgine Britanice | 1.2789 RON |
| JOIordania | 1.6366 RON |
| IQIrak | 1.7641 RON |
| IRIran | 1.7940 RON |
| IEIrlanda | 0.2203 RON |
| ISIslanda | 0.3310 RON |
| ILIsrael | 1.0491 RON |
| ITItalia | 0.2507 RON |
| JMJamaica | 0.6263 RON |
| JPJaponia | 0.2649 RON |
| KZKazahstan | 1.7704 RON |
| KEKenya | 0.6295 RON |
| KIKiribati | 0.2670 RON |
| XKKosovo | 1.3114 RON |
| KWKuweit | 1.5081 RON |
| KGKârgâzstan | 1.3476 RON |
| LALaos | 0.6609 RON |
| LSLesotho | 1.2432 RON |
| LVLetonia | 0.2623 RON |
| LBLiban | 0.2518 RON |
| LRLiberia | 0.9442 RON |
| LYLibia | 1.6723 RON |
| LILiechtenstein | 0.2093 RON |
| LTLituania | 0.2130 RON |
| LULuxemburg | 0.5350 RON |
| MKMacedonia de Nord | 0.4621 RON |
| MGMadagascar | 2.0489 RON |
| MWMalawi | 1.3769 RON |
| MYMalaysia | 0.7868 RON |
| MVMaldive | 0.3305 RON |
| MLMali | 1.1173 RON |
| MTMalta | 0.2875 RON |
| MAMaroc | 0.3777 RON |
| MQMartinica | 0.2623 RON |
| MRMauritania | 1.1960 RON |
| MUMauritius | 0.8104 RON |
| MXMexic | 0.3777 RON |
| FMMicronezia | 0.3871 RON |
| MCMonaco | 0.6893 RON |
| MNMongolia | 1.5411 RON |
| MSMontserrat | 0.6609 RON |
| MZMozambic | 0.6609 RON |
| MEMuntenegru | 0.7543 RON |
| MMMyanmar (Birmania) | 1.9345 RON |
| NANamibia | 0.2224 RON |
| NRNauru | 0.8854 RON |
| NPNepal | 1.2904 RON |
| NINicaragua | 0.6137 RON |
| NENiger | 1.4756 RON |
| NGNigeria | 1.7625 RON |
| NUNiue | 0.8524 RON |
| NONorvegia | 0.1888 RON |
| NCNoua Caledonie | 0.6221 RON |
| NZNoua Zeelandă | 0.2203 RON |
| OMOman | 0.9180 RON |
| PKPakistan | 1.8884 RON |
| PWPalau | 0.6006 RON |
| PAPanama | 0.7711 RON |
| PGPapua-Noua Guinee | 1.0166 RON |
| PYParaguay | 0.4406 RON |
| PEPeru | 0.6609 RON |
| PFPolinezia Franceză | 0.4223 RON |
| PLPolonia | 0.1311 RON |
| PTPortugalia | 0.1380 RON |
| PRPuerto Rico | 0.5482 RON |
| QAQatar | 0.5508 RON |
| HKR.A.S. Hong Kong, China | 0.2943 RON |
| MOR.A.S. Macao, China | 0.2308 RON |
| GBRegatul Unit | 0.2103 RON |
| ZZRegiune necunoscută | 0.4328 RON |
| CFRepublica Centrafricană | 0.4564 RON |
| DORepublica Dominicană | 0.6326 RON |
| MDRepublica Moldova | 0.6992 RON |
| RORomânia | 0.2429 RON |
| RURusia | 2.1181 RON |
| RWRwanda | 1.4588 RON |
| RERéunion | 0.3305 RON |
| KNSaint Kitts și Nevis | 1.2789 RON |
| VCSaint Vincent și Grenadinele | 0.9914 RON |
| PMSaint-Pierre și Miquelon | 0.6295 RON |
| WSSamoa | 0.7396 RON |
| ASSamoa Americană | 0.6163 RON |
| SMSan Marino | 0.2937 RON |
| SNSenegal | 1.2432 RON |
| RSSerbia | 1.0229 RON |
| SCSeychelles | 0.5665 RON |
| SHSfânta Elena | 0.4920 RON |
| LCSfânta Lucia | 1.2432 RON |
| SLSierra Leone | 1.2274 RON |
| SGSingapore | 0.2418 RON |
| SXSint-Maarten | 0.4910 RON |
| SYSiria | 1.5443 RON |
| SKSlovacia | 0.2665 RON |
| SISlovenia | 0.8199 RON |
| SOSomalia | 1.1173 RON |
| ESSpania | 0.1941 RON |
| LKSri Lanka | 1.9639 RON |
| USStatele Unite ale Americii | 0.1102 RON |
| SDSudan | 1.6067 RON |
| SSSudanul de Sud | 1.3769 RON |
| SESuedia | 0.2544 RON |
| SRSuriname | 1.1488 RON |
| STSão Tomé și Príncipe | 0.1259 RON |
| TJTadjikistan | 1.8926 RON |
| TWTaiwan | 0.3934 RON |
| TZTanzania | 1.4100 RON |
| PSTeritoriile Palestiniene | 1.5506 RON |
| IOTeritoriul Britanic din Oceanul Indian | 0.5980 RON |
| THThailanda | 0.0918 RON |
| TLTimor-Leste | 0.7711 RON |
| TGTogo | 0.9127 RON |
| TKTokelau | 0.1311 RON |
| TOTonga | 0.8854 RON |
| TTTrinidad și Tobago | 1.2432 RON |
| TNTunisia | 1.5107 RON |
| TRTurcia | 0.0399 RON |
| TMTurkmenistan | 1.1477 RON |
| TVTuvalu | 0.8199 RON |
| UAUcraina | 0.9180 RON |
| UGUganda | 1.4819 RON |
| HUUngaria | 0.3410 RON |
| UYUruguay | 0.5576 RON |
| UZUzbekistan | 2.0326 RON |
| VUVanuatu | 0.8655 RON |
| VEVenezuela | 0.6924 RON |
| VNVietnam | 1.1640 RON |
| WFWallis și Futuna | 0.3887 RON |
| YEYemen | 0.9048 RON |
| ZMZambia | 1.3738 RON |
| ZWZimbabwe | 0.9542 RON |
| NLȚările de Jos | 0.4002 RON |
No enabled destination matches that search.
You can still read the complete privacy policy in a new window.