API
API Version 1
Imghippo API v1 allows to upload pictures
API Version 1
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)
title (optional)
API v1 calls can be done using the POST request method.The title 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)
Image Delete
Parameters
api_key (required)
The API Key.
Url (required)
The URL of the image you want to delete.
API Response for Deleting an Image
When you delete an image using the API, the response will return in JSON format. The response will include status codes and properties to let you know if the request was successful.
Success Response: (JSON)
If the image is successfully deleted, you will receive a JSON response with a status of success: