Do you need technical support?

Our engineers will help you


The SMS API of LabsMobile platform offers you the possibility of sending SMS messages from any software. With the SMS API you will be able to manage notifications to clients through a communication interface with a simple, modern design and with all the features. Send messages quickly, reliable and safely.

The SMS API is a powerful and effective communication channel that will allow you to send programmable SMS in a massive and personalized way. With the LabsMobile API you can send SMS alerts and notifications, SMS marketing messages and OTP verification services such as passwords, validation and authentication codes. Verify your users and valid their phone number.

Sign up and try it

Register and get free trial SMS to integrate your applications.

Try our API SMS for free

Take advantage of our Welcome Pack

dashboard aplicación online
Use our application
WebSMS
  • - Send in simulated mode
  • - First real tests at no cost
  • - Check the status of each sending or request
  • - Statistics and monitoring
  • - Token API passwords
  • - Administrative management

Try our API SMS at no cost

How to integrate with our SMS API

Download the manual that best fulfill your needs

We also have other connections like OneAPI GSMA, SMPP, OTP, 2FA and for administrative functions such as sub-accounts. If you want documentation of these connections or if you have any doubts or questions contact us.

Use our examples of code

Adapt our examples and send in seconds

<?php
$url = "http://api.labsmobile.com/get/send.php?username=acct01@demo.com&password=acct01pwd&msisdn=34672534218&Hi+this+is+your+first+message";
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, true);
$result = curl_exec($ch);
$message = htmlentities('Message has been sent.<br />Details:' . "<br />" . $result);

HttpURLConnectionExample http = new HttpURLConnectionExample();
URL obj = new URL("http://api.labsmobile.com/get/send.php?username=[X]&password=[X]&msisdn=34609036253&sender=SENDER&message=This+is+the+message");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");
con.setRequestProperty("User-Agent", "Mozilla/5.0");
int responseCode = con.getResponseCode();

Dim client As WebClient = New WebClient
client.QueryString.Add("username", "xx@xx.xxx")
client.QueryString.Add("password", "xxxxxxxx")
client.QueryString.Add("msisdn", "xxxx")
client.QueryString.Add("message", "This is an example message")
Dim baseurl As String = "http://api.labsmobile.com/get/send.php"
Dim data As Stream = client.OpenRead(baseurl)

require 'net/http'
url = URI.parse('http://api.labsmobile.com/get/send.php?username=[X]&password=[X]&msisdn=34609036253&sender=SENDER&message=This+is+the+message')
req = Net::HTTP::Get.new(url.to_s)
res = Net::HTTP.start(url.host, url.port) { http.request(req) }
puts res.body

WebClient client = new WebClient();
client.QueryString.Add("username", "xx@xx.xx");
client.QueryString.Add("password", "xxxxxxxx");
client.QueryString.Add("msisdn", "xxxx");
client.QueryString.Add("message", "This is an example message");
string baseurl ="http://api.labsmobile.com/get/send.php";
Stream data = client.OpenRead(baseurl);

Maximum reliability at the best price

Direct routes, guaranteed delivery

$0.017
to United States

Technical support always available

Plugins, extensions, modules and libraries

Send messages directly and without integration

All included in the price of a message

It is easy to automate SMS sendings and if you have problems we are here to help!

Reliability

Direct and top quality routes with guaranteed delivery

Availability

High availability with backup servers and high-performance

100% Compatible

GET, POST, WebService, Mail, OneAPI, REST, SMPP, etc.

International

We provide you with top quality coverage in over 200 countries

WebSMS

Unlimited use of our web app for management and administration

Confirmation

Delivery confirmations or status of each SMS via API

Security

Secure platform, HTTPS connections, API tokens and IP filter

Sender

Customizable sender on each sending

Support

Support from your agent or a technician via phone, email or ticketing

Latency

Processing capacity of thousands of requests per second

Testing

Simulated mode, web request and filters by volume

Schedule

Schedule sendings for a particular day and time

Still not convinced?

Choose LabsMobile and build powerful applications using the fastest and most reliable messaging platform. Add to your system or software all the features of a universal, direct and effective communication channel.

Integration is very easy, no matter what language or programming environment you use, we can help you.

Create an account and connect from your application in few minutes.

Hello! With the LabsMobile API, you will only pay for sent messages. Fair and transparent rates. Maximum reliability and performance at the best price!

What are you waiting for?

Thousands of companies and organizations already trust LabsMobile.

  • DentalCare recommends LabsMobile

    SMS communication for dental surgeries. Reminders, loyalty programs, commercial and bulk marketing campaigns.

  • Marketing agency recommends LabsMobile

    Bulk SMSLanding messaging campaigns for large brands, and to hold and manage sporting events.

  • Hey Petit recommends LabsMobile

    SMS confirmation and reservation reminders for rural accommodation using an online portal.

  • TripMedic recommends LabsMobile

    Sending confirmations, evaluations and reminders for medical appointments via SMS.

  • Maqueens recommends LabsMobile

    Appointment reminders, SMSLanding campaigns and direct communication with clients.