Adobe Photoshop · Capability

Adobe Photoshop API — Crop and Effects

Adobe Photoshop API — Crop and Effects. 2 operations. Lead operation: Adobe Photoshop Apply Depth Blur Effect. Self-contained Naftiko capability covering one Adobe Photoshop business surface.

Run with Naftiko Adobe PhotoshopCrop and Effects

What You Can Do

POST
Depthblur — Adobe Photoshop Apply Depth Blur Effect
/v1/pie/psdservice/depthblur
POST
Productcrop — Adobe Photoshop Smart Crop to Product Subject
/v1/pie/psdservice/productcrop

MCP Tools

adobe-photoshop-apply-depth-blur

Adobe Photoshop Apply Depth Blur Effect

adobe-photoshop-smart-crop-product

Adobe Photoshop Smart Crop to Product Subject

Capability Spec

adobe-photoshop-crop-and-effects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Photoshop API — Crop and Effects
  description: 'Adobe Photoshop API — Crop and Effects. 2 operations. Lead operation: Adobe Photoshop Apply Depth Blur Effect.
    Self-contained Naftiko capability covering one Adobe Photoshop business surface.'
  tags:
  - Adobe Photoshop
  - Crop and Effects
  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-crop-and-effects
    baseUri: https://image.adobe.io
    description: Adobe Photoshop API — Crop and Effects business capability. Self-contained, no shared references.
    resources:
    - name: pie-psdService-depthBlur
      path: /pie/psdService/depthBlur
      operations:
      - name: depthblur
        method: POST
        description: Adobe Photoshop Apply Depth Blur Effect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: pie-psdService-productCrop
      path: /pie/psdService/productCrop
      operations:
      - name: productcrop
        method: POST
        description: Adobe Photoshop Smart Crop to Product Subject
        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-crop-and-effects-rest
    port: 8080
    description: REST adapter for Adobe Photoshop API — Crop and Effects. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/pie/psdservice/depthblur
      name: pie-psdservice-depthblur
      description: REST surface for pie-psdService-depthBlur.
      operations:
      - method: POST
        name: depthblur
        description: Adobe Photoshop Apply Depth Blur Effect
        call: adobe-photoshop-crop-and-effects.depthblur
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/pie/psdservice/productcrop
      name: pie-psdservice-productcrop
      description: REST surface for pie-psdService-productCrop.
      operations:
      - method: POST
        name: productcrop
        description: Adobe Photoshop Smart Crop to Product Subject
        call: adobe-photoshop-crop-and-effects.productcrop
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-photoshop-crop-and-effects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Photoshop API — Crop and Effects. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adobe-photoshop-apply-depth-blur
      description: Adobe Photoshop Apply Depth Blur Effect
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-photoshop-crop-and-effects.depthblur
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-photoshop-smart-crop-product
      description: Adobe Photoshop Smart Crop to Product Subject
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-photoshop-crop-and-effects.productcrop
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.