v1

latestOpenAPI 3.0.12026-07-131103.8 KB
remove

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.

correlation_idstring

Unique identifier for specific request.

errorboolean

Unique identifier for specific request.

messagestring

Useful information (hopefully) about request.

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"
    }
  }
}
All 1 operations