v1
latestOpenAPI 3.0.12026-07-131103.8 KBremove
Remove background or foreground from images
From an input image, it returns the same image but without background or foreground.
post/remove
Response
Successfully request proccesed.
Example response
{
"correlation_id": "02011199-9769-4999-b2c7-8d32cb17fc49",
"message": "Message",
"response": {
"correlation_id": "Message",
"error_id": "001",
"message": "Message",
"response": {
"image_base64": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgG...",
"image_url": "https://example.com/image.jpg"
}
}
}