API

API banner

API Version 1

Imghippo API v1 allows to upload pictures

Add API Key

Request Method

API v1 calls can be done using the POST request method.

Image Upload

API banner

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)