Adobe Photoshop · Capability

Adobe Photoshop API — Renditions

Adobe Photoshop API — Renditions. 1 operations. Lead operation: Adobe Photoshop Create Image Renditions from a PSD. Self-contained Naftiko capability covering one Adobe Photoshop business surface.

Run with Naftiko Adobe PhotoshopRenditions

What You Can Do

POST
Createrendition — Adobe Photoshop Create Image Renditions from a PSD
/v1/pie/psdservice/renditioncreate

MCP Tools

adobe-photoshop-create-image-renditions

Adobe Photoshop Create Image Renditions from a PSD

Capability Spec

adobe-photoshop-renditions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Photoshop API — Renditions
  description: 'Adobe Photoshop API — Renditions. 1 operations. Lead operation: Adobe Photoshop Create Image Renditions from
    a PSD. Self-contained Naftiko capability covering one Adobe Photoshop business surface.'
  tags:
  - Adobe Photoshop
  - Renditions
  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-renditions
    baseUri: https://image.adobe.io
    description: Adobe Photoshop API — Renditions business capability. Self-contained, no shared references.
    resources:
    - name: pie-psdService-renditionCreate
      path: /pie/psdService/renditionCreate
      operations:
      - name: createrendition
        method: POST
        description: Adobe Photoshop Create Image Renditions from a PSD
        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-renditions-rest
    port: 8080
    description: REST adapter for Adobe Photoshop API — Renditions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/pie/psdservice/renditioncreate
      name: pie-psdservice-renditioncreate
      description: REST surface for pie-psdService-renditionCreate.
      operations:
      - method: POST
        name: createrendition
        description: Adobe Photoshop Create Image Renditions from a PSD
        call: adobe-photoshop-renditions.createrendition
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-photoshop-renditions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Photoshop API — Renditions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: adobe-photoshop-create-image-renditions
      description: Adobe Photoshop Create Image Renditions from a PSD
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adobe-photoshop-renditions.createrendition
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.