Adobe Creative Suite · Capability

Adobe Creative Suite Adobe Firefly API — Video Generation

Adobe Creative Suite Adobe Firefly API — Video Generation. 1 operations. Lead operation: Adobe Creative Suite Generate Video from Text Prompt. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.

Run with Naftiko Adobe Creative SuiteVideo Generation

What You Can Do

POST
Generatevideoasync — Adobe Creative Suite Generate Video from Text Prompt
/v1/videos/generate-async

MCP Tools

adobe-creative-suite-generate-video

Adobe Creative Suite Generate Video from Text Prompt

Capability Spec

firefly-video-generation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Creative Suite Adobe Firefly API — Video Generation
  description: 'Adobe Creative Suite Adobe Firefly API — Video Generation. 1 operations. Lead operation: Adobe Creative Suite
    Generate Video from Text Prompt. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.'
  tags:
  - Adobe Creative Suite
  - Video Generation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_CREATIVE_SUITE_API_KEY: ADOBE_CREATIVE_SUITE_API_KEY
capability:
  consumes:
  - type: http
    namespace: firefly-video-generation
    baseUri: https://firefly-api.adobe.io/v3
    description: Adobe Creative Suite Adobe Firefly API — Video Generation business capability. Self-contained, no shared
      references.
    resources:
    - name: videos-generate-async
      path: /videos/generate-async
      operations:
      - name: generatevideoasync
        method: POST
        description: Adobe Creative Suite Generate Video from Text Prompt
        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_CREATIVE_SUITE_API_KEY}}'
  exposes:
  - type: rest
    namespace: firefly-video-generation-rest
    port: 8080
    description: REST adapter for Adobe Creative Suite Adobe Firefly API — Video Generation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/videos/generate-async
      name: videos-generate-async
      description: REST surface for videos-generate-async.
      operations:
      - method: POST
        name: generatevideoasync
        description: Adobe Creative Suite Generate Video from Text Prompt
        call: firefly-video-generation.generatevideoasync
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: firefly-video-generation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Creative Suite Adobe Firefly API — Video Generation. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adobe-creative-suite-generate-video
      description: Adobe Creative Suite Generate Video from Text Prompt
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: firefly-video-generation.generatevideoasync
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.