REST, SMPP, HTTP — plug our SMS gateway into any app in minutes. 100% uptime SLA. Global direct routes.
# Send your first SMS via Hide Media API $ curl -X POST https://api.hidemedia.co.in/v1/sms/send \ -H "Authorization: Bearer hm_sk_live_••••••••" \ -H "Content-Type: application/json" \ -d '{ "to": "+919876543210", "sender": "YRBRND", "message": "Your OTP is 482619", "type": "transactional", "dlt_id": "110720200001234567" }' # Response { "status": "delivered", "message_id": "msg_8f3a9c2b1e", "credits": 1, "latency_ms": 214, "route": "direct" }
Drop our SDK into your codebase and send the first SMS in under 5 minutes.
composer require hm/sms
pip install hm-sms
npm i @hm/sms
maven hm:sms-sdk
dotnet add HM.Sms
gem install hm-sms
go get hm/sms
no-sdk REST calls
POST /v1/sms/send
auth + validate
best telco route
+ delivery webhook
Real production integrations, real traffic, zero downtime.
Free sandbox. Free 100 credits. API keys in 2 minutes.
Get API Keys Talk to Engineer