v1
latestOpenAPI 3.0.02026-07-13650400.5 KBImage Editing
Blur Background
Description
The background/blur Route is used to create a blur effect on the background of an image.
post/background/blur
Headers
api_tokenstring required
Request body
Example request
{
"image_url": "URL"
}Response
Successful operation.
Example response
{
"result_url": "URL"
}