Last updated
Last updated
URL:
You can access the API using one of the following methods:
Include the Authorization
header with your API key.
Include the apiKey
as a query parameter in the URL.
The API supports the following request formats:
form-data
json
x-www-form-urlencoded
Each request must include the appropriate header to be accepted.
The request body should be a form-data object containing a file named file
or data
.
The response JSON body takes the following shape:
The request body should be a JSON string containing a key named file
or data
. Data should be encoded as base64 in the following format.
The request body should be x-www-form-urlencoded containing a key named file
or data
. Data should be encoded as base64 in the following format.
If you need any other added, let us know.
JPEG - .jpeg
PNG - .png
WEBP- .webp
GIF - .gif
BMP - .bmp
TIFF - .tif
or .tiff
HEIC - .heic
SVG - .svg
ICO - .ico
To upload an image to the Image API, send a POST request to the API endpoint.