CutoutRequest

Request to remove the background from an image

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
input object
output object
View JSON Schema on GitHub

JSON Schema

adobe-creative-suite-photoshop-cutout-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-schema/adobe-creative-suite-photoshop-cutout-request-schema.json",
  "title": "CutoutRequest",
  "description": "Request to remove the background from an image",
  "type": "object",
  "properties": {
    "input": {
      "$ref": "#/components/schemas/JobInput"
    },
    "output": {
      "$ref": "#/components/schemas/JobOutput"
    }
  },
  "required": [
    "input",
    "output"
  ]
}