API version 1
imghippo API v1 allows to upload pictures.
Request method
API v1 calls can be done using the POST request method.

Image Upload

Parameters
api_key (required)
The API key.
file (required)
A binary file for an image. (up to 50 MB)
name (optional)
The name of the file, this is automatically detected if uploading a file with a POST and multipart / form-data
API response
API v1 responses display all the image uploaded information in JSON format.
JSON the response will have headers status codes to allow you to easily notice if the request was OK or not. It will also output the status properties.
Example response (JSON)