Adobe Photoshop · Capability

Adobe Photoshop API — Background Removal

Adobe Photoshop API — Background Removal. 1 operations. Lead operation: Adobe Photoshop Remove Background from an Image. Self-contained Naftiko capability covering one Adobe Photoshop business surface.

Run with Naftiko Adobe PhotoshopBackground Removal

What You Can Do

POST
Removebackgroundv2 — Adobe Photoshop Remove Background from an Image
/v1/v2/remove-background

MCP Tools

adobe-photoshop-remove-background-image

Adobe Photoshop Remove Background from an Image

Capability Spec

adobe-photoshop-background-removal.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Photoshop API — Background Removal
  description: 'Adobe Photoshop API — Background Removal. 1 operations. Lead operation: Adobe Photoshop Remove Background
    from an Image. Self-contained Naftiko capability covering one Adobe Photoshop business surface.'
  tags:
  - Adobe Photoshop
  - Background Removal
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_PHOTOSHOP_API_KEY: ADOBE_PHOTOSHOP_API_KEY
capability:
  consumes:
  - type: http
    namespace: adobe-photoshop-background-removal
    baseUri: https://image.adobe.io
    description: Adobe Photoshop API — Background Removal business capability. Self-contained, no shared references.
    resources:
    - name: v2-remove-background
      path: /v2/remove-background
      operations:
      - name: removebackgroundv2
        method: POST
        description: Adobe Photoshop Remove Background from an Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_PHOTOSHOP_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-photoshop-background-removal-rest
    port: 8080
    description: REST adapter for Adobe Photoshop API — Background Removal. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/remove-background
      name: v2-remove-background
      description: REST surface for v2-remove-background.
      operations:
      - method: POST
        name: removebackgroundv2
        description: Adobe Photoshop Remove Background from an Image
        call: adobe-photoshop-background-removal.removebackgroundv2
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-photoshop-background-removal-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Photoshop API — Background Removal. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adobe-photoshop-remove-background-image
      description: Adobe Photoshop Remove Background from an Image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-photoshop-background-removal.removebackgroundv2
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.