Using the HTTP API

The HTTP API of the SMS Gateway allows you to send SMS messages to mobile phones from programming languages. The following list contains programming languages for which we provide example code. Open the programming language you are interested in and send your first SMS in a matter of minutes.

browser http request
Send SMS form the browser
Learn about how you can use your browser to sens SMS messages. With the browser, you are capable of composing an API command. This command will be processed by SMS Gateway and it sends the SMS message that you set up in the API command.
Learn about how to send SMS from your browser
c# http request
Send SMS form C#
C# is a widely used programming language, mostly to develop desktop applications, web applications or web services. The following guide shows how you can build your own console application which allows you to send SMS messages to SMS Gateway by using HTTP requests.
View the C# SMS example code
java http request
Send SMS form Java
Java is a general-purpose programming language that is class-based and object-oriented. The program written in Java works on different platforms like Windows, Max, Linux, Raspberry Pi, etc. This is a superb reason to see and learn how you can create a Java program that can send SMS messages with HTTP requests over Ozeki SMS Gateway.
View the Java SMS example code
php http request
Send SMS form PHP
PHP is a general-purpose scripting language that is especially suited to web development. The code written in PHP is usually processed on a web server. This simple PHP example demonstrates how you can send SMS from PHP using HTTP requests.
View the PHP SMS example code
perl http request
Send SMS form Perl
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming. This guide contains a simple example written in Perl which shows the way how you can send SMS messages.
View the Perl SMS example code
python http request
Send SMS form Python
Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. The following Python program example demonstrate how you can establish HTTP requests and send SMS messages using them.
View the Python SMS example code
ruby http request
Send SMS form Ruby
Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. Let's see an example which is capable of using HTTP requests to send SMS message via Ozeki SMS Gateway.
View the Ruby SMS example code

More information