It is a set of routines, data structures, object classes and/or protocols provided by libraries and/or operating system services in order to support the building of applications. An API may be:

  • Language-dependent; that is, available only in a particular programming language, using the particular syntax and elements of the programming language to make the API convenient to use in this particular context.
  • Language-independent; that is, written in a way that means it can be called from several programming languages (typically an assembly/C-level interface). This is a desired feature for a service-style API that is not bound to a particular process or system and is available as a remote procedure call.
The API acronym may sometimes be used as a reference not only to the full interface but also to a single function or even a set of multiple APIs provided by an organization. Thus the scope is usually determined by the person or document that communicates the information. Connect your application with our API and start sending SMSes today.

We enable your website, application or customer relationship management platform with our SMS API. We offer comprehensive documentation that is easy to access and includes code samples. Our API supports Unicode and long messages, and allows for multiple web hooks to create and customise any workflow.
The API works on GET and POST METHOD, and the url to be used to integrate into your application / softwares to send SMS.




A sample HTTP API

http://ursms.in/unified.php?usr=&pwd=&ph=&sndr=&text=

The variables to be used are: usr : your_userid pwd : your_password sndr : Alphanumeric/Number SenderID text : Actual Message to be sent