Runway · Capability

Runway Video Generation API — Video Upscale

Runway Video Generation API — Video Upscale. 1 operations. Lead operation: Create video upscale task. Self-contained Naftiko capability covering one Runway business surface.

Run with Naftiko RunwayVideo Upscale

What You Can Do

POST
Createvideoupscale — Create video upscale task
/v1/video-upscale

MCP Tools

create-video-upscale-task

Create video upscale task

Capability Spec

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