Service is up and running

Global SMS Delivery
Simple, Fast, Reliable

One API, covering 200+ countries and regions. Deliver verification codes, notifications, and marketing messages worldwide.

Why Choose Maiyun SMS

Simple, stable global SMS service that lets developers focus on their business

Global Coverage

Send SMS to 200+ countries and regions with a single API integration.

Fast Delivery

Multi-channel smart routing, average delivery time < 5s for critical messages.

High Reliability

99.9% availability, delivery status callbacks, full message tracking.

Developer Friendly

Clean RESTful API with PHP, Node.js, and Java SDKs for quick integration.

Get Started in 3 Steps

From registration to sending your first SMS in just minutes.

01
Register & Get Credits
Sign up for free and top up to get your sending quota.
02
Call the Send API
A single API call sends your SMS, supporting international numbers.
03
Check Delivery Status
Monitor delivery in real time via the console, with status callbacks.
send.js
fetch('https://sms.maiyun.net/api/send', {
    method: 'POST',
    headers: {
        'Authorization': 'Bearer YOUR_API_KEY',
        'Content-Type': 'application/json',
    },
    body: JSON.stringify({
        phone: '8613800138000',
        text: 'Your verification code is 123456, valid for 5 minutes.',
    })
})
.then(r => r.json())
.then(data => {
    console.log(data.result); // => 1
});

Simple, Transparent Pricing

Pay per message sent, no hidden fees

Pay as You Go

$0.008/ per msg

No upfront commitment required. Pay for what you use. Ideal for variable sending volumes.

  • Pay on demand
  • Instant top-up
  • No minimum spend
Recommended

Savings Plan

$0.0064/ per msg

Commit to an annual volume and unlock lower per-message rates. The more you send, the less you pay.

  • Annual commitment billing
  • Lower price for higher volume
  • Multi-region support

Multi-language SDKs

Official SDKs for faster integration