v1
latestOpenAPI 3.0.02026-07-13650400.5 KBImage Editing
Erase Foreground
Description
This route is used to erase the foreground from a provided image, while generating the area behind it.
post/erase_foreground
Headers
api_tokenstring required
Request body
Example request
{
"image_url": "URL"
}Response
Successful operation.
Example response
{
"result_url": "URL"
}