Call us toll free @ 888-497-7898

sms - uploadimage

Upload an image to image hosting


API Call Information
area: sms
action: uploadimage

API Arguments
Argument Data Type Required Description
picture file Yes Upload field/file data
title string No Override the image filename with your own title
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=sms&action=uploadimage

API Result:
XML Response JSON Response
<response>
  <imageid>100</imageid>
  <status>Success</status>
</response>
{
    "imageid": "100",
    "status": "Success"
}