Powerful SMS API for Developers

Integrate bulk SMS, WhatsApp messaging, and OTP verification into your applications with our simple RESTful API.

send-sms.php
// Send SMS with ProxiReach API
$response = curl_post("https://api.proxireach.com/v1/sms", [
    "api_key"    => "YOUR_API_KEY",
    "to"         => "+961XXXXXXXX",
    "message"    => "Hello from ProxiReach!",
    "sender_id"  => "MyBrand"
]);

// Response
{
    "status": "success",
    "message_id": "msg_abc123",
    "credits_used": 1
}

Everything You Need to Build

Simple Integration

RESTful API with JSON responses. Integrate in minutes with any programming language.

Secure & Reliable

HTTPS encryption, API key authentication, and 99.9% uptime guarantee.

Real-Time Webhooks

Receive instant delivery reports and status updates via webhooks.

Bulk Sending

Send to thousands of recipients in a single API call with scheduling support.

OTP Verification

Built-in OTP generation and verification endpoints for user authentication.

WhatsApp API

Official WhatsApp Business API integration for template messaging.

POST /v1/sms/send

Send a single SMS or bulk messages to multiple recipients.

GET /v1/sms/status/{message_id}

Get delivery status and details of a sent message.

POST /v1/otp/send

Generate and send OTP code to a phone number.

POST /v1/otp/verify

Verify an OTP code entered by the user.

GET /v1/account/balance

Check your account balance and remaining credits.

Works With Your Stack

PHP
Python
Node.js
Java
JavaScript
cURL

Ready to Start Building?

Create your free account and get your API key in seconds. No credit card required.