Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
  <imageid>100</imageid>
  <status>Success</status>
</response>

JSON Response

{
    "imageid": "100",
    "status": "Success"
}