ImageUp API


ImageUp API allows you to upload images.

API Key
 

Request Method

API calls can be done using the POST request method since GET request are limited by the maximum allowed length of an URL we prefer the POST request method.

API Request/Response Format

The API request and response are in JSON format.

 

Request Parameters

API Key (Required)
The API key that you have buy.

Image Type (Required)
Image type must be URL or Base64.

Image (Required)
Image data must be a URL or a Base64 string.

Extension (Required)
Extension of the image (jpeg, png, gif etc.)

Title (Optional)
The title of the image. Must be 50 to 60 characters long.

Keywords (Optional)
The keywords of the image seprated by commas. Atleast three keywords required.

Description (Optional)
The description of the image. Must be 100 to 125 characters long.

Reference Link (Optional)
The Reference link of the image. It may be a blog post or website URL which relates to the image.

Image Category (Optional)
Category of the image.

Password (Optional)
Set a Password for image.

Private (Optional)
Make private your image.

Visible To Network (Optional)
Visible your image to your networks.

Stop Sharing (Optional)
Stop sharing your image in today's trending or suggestion image.

Show Active Users (Optional)
Show number of active users in image who is currently viewing your image.

Stop Search (Optional)
Prevent your image to be appear in image search results.

Share Location (Optional)
Share your current location.

Request Id (Optional)
This is the request ID for the image, which you want to use to upload an image that was generated using the image generation API. Any other related parameters will be ignored.

Request JSON

 {
      "APIKey": "",
      "ImageType": "URL",
      "Image": "https://imageup.me/logo.png",
      "Extension": "png",
      "Title": null,
      "Keywords": null,
      "Description": null,
      "ReferenceLink": null,
      "Category": null,
      "Password": null,
      "Private": false,
      "VisibleToNetwork": false,
      "StopSharing": false,
      "ShowActiveUsers": false,
      "StopSearch": false,
      "ShareLocation": false,
      "RequestId": null
 }

 

Request Parameters

API Key (Required)
The API key that you have buy.

Image Id (Required)
Image Id of the image.

Title (Optional)
The title of the image. Must be 50 to 60 characters long.

Keywords (Optional)
The keywords of the image seprated by commas. Atleast three keywords required.

Description (Optional)
The description of the image. Must be 100 to 125 characters long.

Reference Link (Optional)
The Reference link of the image. It may be a blog post or website URL which relates to the image.

Image Category (Optional)
Category of the image.

Password (Optional)
Set a Password for image.

Private (Optional)
Make private your image.

Visible To Network (Optional)
Visible your image to your networks.

Stop Sharing (Optional)
Stop sharing your image in today's trending or suggestion image.

Show Active Users (Optional)
Show number of active users in image who is currently viewing your image.

Stop Search (Optional)
Prevent your image to be appear in image search results.

Share Location (Optional)
Share your current location.

Request JSON

 {
      "APIKey": "",
      "ImageId": null,
      "Title": null,
      "Keywords": null,
      "Description": null,
      "ReferenceLink": null,
      "Category": null,
      "Password": null,
      "Private": false,
      "VisibleToNetwork": false,
      "StopSharing": false,
      "ShowActiveUsers": false,
      "StopSearch": false,
      "ShareLocation": false
 }

 

Request Parameters

API Key (Required)
The API key that you have buy.

Image Id (Required)
Image Id of the image.

Request JSON

 {
      "APIKey": "",
      "ImageId": null
 }

 

Request Parameters

API Key (Required)
The API key that you have buy.

Image Id (Required)
Image Id of the image.

Request JSON

 {
      "APIKey": "",
      "ImageId": null
 }