Return Back to API List
API Call Information
area: email
action: uploadimage
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=uploadimage
API Call Result:
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 |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=uploadimage
API Call Result:
| XML Response | JSON Response |
| <response> <imageid>100</imageid> <status>Success</status> </response> |
{
"imageid": "100",
"status": "Success"
} |