Get API Key

Normal return


{
    "code": 0,
    "data": {
        "imageBase64: "iVBORw0KGgo..." //base64 encoded of the image 
    },
    "msg": null,
    "time": 1590462453264
}

Error

{
  "code": 1001, //
  "data": null
  "msg": 'Insufficient balance',
  "time": 1590462453264
}

API documentation

All endpoints

Frames and borders

AddFrame border

Add sticker

addSticker

Text overlay

textOverlay

Dimensions

ScaleImage

Crop image

Change Aspect Ratio

Adjusments

Adjust brightness

Adjust saturation

Adjust Contrast

Adjust Gamma

Filters

Kodachrome fiter

BlendColor filter
HueRotate filter
Polaroid filter

Sepia filter
Greyscale filter

Brownie filter

Vintage filter

Technicolor filter

Pixelate filter

Invert filter

Blur filter
Sharpen filter

Emboss filter

RemoveColor filter
Vibrance filter

Misc

Generate Thumbnail

Dump EXIF data

Rotate image

Returning JSON

curl -d "key=<XXX>" -d 'outType=JSON' -d \
...

Returning Download

curl -d "key=<XXX>" -d 'outType=Download' -d \
...

Returning Blob

curl -d "key=<XXX>" -d 'outType=Blob' \
...

Returning Base64

curl -d "key=<XXX>" -d 'outType=Base64' -d \
...

Returning PNG Image

curl -d "key=<XXX>" -d 'outType=Image' -d \
...