Call us toll-free @ 888-497-7898

API Call Information

area: email

action: uploadimage

API Arguments

Argument Data Type Required Description
picture file Yes Upload field/file data
folder integer No ID of folder to hold the image
title string No If you want to override the title of the picture instead of filename

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=uploadimage

API Response

XML Response

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

JSON Response

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