Two methods, sendMMS and receiveMMS are available to send and receive an MMS respectively.
- Please note that the keywords used to reference your application could be used interchangeably between the SMS and MMS APIs. you can configure these using the API manager.
In a nutshell, the MMS API enables you to :
send and receive MMS directly from and to your web application.
receive MMS through your e-mail and URL.
its settings can be configured via our simple API manager.
- The MMS API is a Web-service that allow you to send and receive MMS.
- The Web-service exposes a REST-RPC style interface.
- The requests use the POST method in HTTP or HTTPS mode (with enctype “multipart/form-data”).
The supported file formats are :
- Text (UTF-8)
- Images (JPG, GIF)
- Sounds (WAV, MP3, AMR)
- Videos (AVI, 3GP)
Restrictions :
The MMS API does not limit the size and file type which your web application could receive. This is instead restricted by your mobile operator.
The API is in alpha mode, this means that it is FREE to use but with the following limitations :
1. Daily limit for the MMS API calls :
| method |
daily limit |
| sendMMS |
10 calls |
| receiveMMS |
10 calls |
2. The MMS size with the sendMMS method is limited to 100KB per MMS with a maximum of 3 attached files ( 1 image, 1 sound, and 1 video).
access the terms & conditions of use