API Documentation
Blur Image API Documentation
For new subscribers joining Pixelixe after March 21th 2021, access the more recent V2 documentation here. For older subscribers, don't worry, this V1 documentation will remain supported and active indefinitely. Get more detail regarding the new V2 release and upgrade prerequisites here.
Manipulate and transform images and photos in real time with our easy to use APIs.
Introduction :
Blur your photos and images on the fly. JPG, PNG, BMP, TIFF or GIF
Example :
https://studio.pixelixe.com/api/blur/v1?apiKey=YOUR_API_KEY&value=5&imageUrl=https://yoururl.com/image.png
Original image : Blurry image : (value = 5)
The API parameters
GET https://studio.pixelixe.com/api/blur/v1
Parameter | Type | # | Description |
---|---|---|---|
apiKey | string |
Required |
The API Key is the only way to authenticate your application with Pixelixe API. A unique API key is provided after you signup to our API plan. Ex : ppgkwgDgNRbMbYlCgaM3UyDFPP12 |
value | integer |
Required |
blur the image by "value" pixels. |
imageUrl | string |
Required |
Set the url of the image you want to blur. (Supported type : jpeg, png, bmp, tiff and gif) Advice: Use encodeURI when passing the imageUrl as an API parameter. Ex : https://yourwebsite/yourimage.png will become https%3A%2F%2Fyourwebsite%2Fyourimage.png |
imageType | string |
Optional |
Set the image type expected as output of the API between, png, jpeg or bmp. (png by default). |
The API output
The API will directly return the blurred image buffer.
You want to transform your photos without API...?
Resize, Flip, Filter, add text, icons, and much more
We created a free online graphic creation tool and image editor to let anyone with no design experience (No account required) :
- Flip, Rotate, Resize, Crop and transform images
- Add Instagram like filters
- Add rich text (From thousands of fonts)
- Add icons, photos and graphics (From 2.000.000 free photographer's images)