Runway · Capability

Runway Video Generation API — Sound Effects

Runway Video Generation API — Sound Effects. 1 operations. Lead operation: Create sound effect generation task. Self-contained Naftiko capability covering one Runway business surface.

Run with Naftiko RunwaySound Effects

What You Can Do

POST
Createsoundeffect — Create sound effect generation task
/v1/sound-effect

MCP Tools

create-sound-effect-generation-task

Create sound effect generation task

Capability Spec

video-generation-sound-effects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Runway Video Generation API — Sound Effects
  description: 'Runway Video Generation API — Sound Effects. 1 operations. Lead operation: Create sound effect generation
    task. Self-contained Naftiko capability covering one Runway business surface.'
  tags:
  - Runway
  - Sound Effects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RUNWAY_API_KEY: RUNWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: video-generation-sound-effects
    baseUri: https://api.dev.runwayml.com/v1
    description: Runway Video Generation API — Sound Effects business capability. Self-contained, no shared references.
    resources:
    - name: sound_effect
      path: /sound_effect
      operations:
      - name: createsoundeffect
        method: POST
        description: Create sound effect generation task
        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.RUNWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: video-generation-sound-effects-rest
    port: 8080
    description: REST adapter for Runway Video Generation API — Sound Effects. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sound-effect
      name: sound-effect
      description: REST surface for sound_effect.
      operations:
      - method: POST
        name: createsoundeffect
        description: Create sound effect generation task
        call: video-generation-sound-effects.createsoundeffect
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: video-generation-sound-effects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Runway Video Generation API — Sound Effects. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-sound-effect-generation-task
      description: Create sound effect generation task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: video-generation-sound-effects.createsoundeffect
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.