Runway · Capability

Runway Video Generation API — Lip Sync

Runway Video Generation API — Lip Sync. 1 operations. Lead operation: Create lip sync generation task. Self-contained Naftiko capability covering one Runway business surface.

Run with Naftiko RunwayLip Sync

What You Can Do

POST
Createlipsync — Create lip sync generation task
/v1/lip-sync

MCP Tools

create-lip-sync-generation-task

Create lip sync generation task

Capability Spec

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