Image Projects
Image Background Remover
Remove background from image. Each image costs 5 credits.
post/v1/image-background-remover
Request body
Example request
{
"name": "My Background Remover image",
"assets": {
"image_file_path": "api-assets/id/1234.png",
"background_image_file_path": "api-assets/id/1234.png"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 5
}