Trust. Security. Simplicity.
VerifiedSMS provides enterprise-grade SMS solutions that help businesses communicate with confidence.
Our SDKs make it easy to integrate powerful messaging features into your application – no matter your stack.
We maintain official SDKs for all major programming languages. Choose yours and get started in minutes.
| Language | SDK Repository | Install command |
|---|---|---|
| Python | sdk-python |
pip install verifiedsms |
| Node.js | sdk-nodejs |
npm install verifiedsms |
| Ruby | sdk-ruby |
gem install verifiedsms |
| Go | sdk-go |
go get github.com/VerifiedSMS/sdk-go |
| PHP | sdk-php |
composer require verifiedsms/php |
| Java | sdk-java |
Maven / Gradle (see repo) |
| C#/.NET | sdk-csharp |
dotnet add package VerifiedSMS |
| cURL | sdk-curl |
Copy & paste examples |
[Only Support Sending SMS in Nepal. Organization Presence in Nepal is required to use VerifiedSMS services.]
- ✅ Global reach – Send SMS to all Telcos in Nepal
- ✅ High deliverability – Direct carrier connections
- ✅ Simple API – RESTful endpoints with clear documentation
- ✅ Webhook support – Real-time delivery receipts and replies
- ✅ Enterprise security – End-to-end encryption and compliance ready
from verifiedsms import Client
client = Client(api_key="your_api_key")
response = client.send_sms(
to="+1234567890",
message="Your verification code is 482035."
)
print(response.message_id) # 'msg_abc123'