Call us toll free @ 888-497-7898

email - uploadimage

Allows uploading of an image file to be imported into image hosting


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 Result:
XML Response JSON Response
<response>
  <imageid>100</imageid>
  <status>Success</status>
</response>
{
    "imageid": "100",
    "status": "Success"
}