Request to remove the background from an image
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CutoutRequest", "title": "CutoutRequest", "type": "object", "description": "Request to remove the background from an image", "required": [ "input", "output" ], "properties": { "input": { "$ref": "#/components/schemas/JobInput" }, "output": { "$ref": "#/components/schemas/JobOutput" } } }