Runway · Capability

Runway Video Generation API — Uploads

Runway Video Generation API — Uploads. 1 operations. Lead operation: Upload a temporary media file. Self-contained Naftiko capability covering one Runway business surface.

Run with Naftiko RunwayUploads

What You Can Do

POST
Createupload — Upload a temporary media file
/v1/uploads

MCP Tools

upload-temporary-media-file

Upload a temporary media file

Capability Spec

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