Allows uploading of an image file to be imported into image hosting
| 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 |
| XML Response | JSON Response |
| <response> <imageid>100</imageid> <status>Success</status> </response> |
{
"imageid": "100",
"status": "Success"
} |