Video · Runway

Runway API

Video generation and editing — create and transform footage with text prompts.

Operativo · 2 endpoints · da $0.120
runapi.ai
curl -X POST https://runapi.ai/api/v1/runway/extend_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "runway",
  "task_id": "task_abc123"
}'
import { RunwayClient } from "@runapi.ai/runway";

const client = new RunwayClient();
const result = await client.extendVideo.run({
    model: "runway",
    task_id: "task_abc123",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Runway\RunwayClient;

$client = new RunwayClient();
$result = $client->extendVideo->run([
        'model' => 'runway',
        'task_id' => 'task_abc123',
]);
require "runapi/runway"

client = RunApi::Runway::Client.new
result = client.extend_video.run(
    model: "runway",
    task_id: "task_abc123"
)
npx skills add runapi-ai/runway -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/runway v1
OVERVIEW

Runway is a professional-grade AI video generation platform supporting text-to-video and image-to-video creation. It is widely used in creative and film production workflows for generating cinematic footage.

  • Più varianti per diversi livelli di velocità / qualità
  • Il model skill include documentazione, schema e note di setup
  • Funziona con workflow di sviluppo app
  • Le generazioni fallite non vengono addebitate
PRICING

Prezzi

Le generazioni fallite non vengono addebitate
Text to video
$0.12-$0.30 / video
Duration seconds: 5 · Output resolution: 720p $0.12
Duration seconds: 5 · Output resolution: 1080p $0.30
Duration seconds: 10 · Output resolution: 720p $0.30
Extend video
$0.12-$0.30 / video
Output resolution: 720p $0.12
Output resolution: 1080p $0.30
SCHEDA TECNICA

Dettagli tecnici

ID modello runway
Provider Runway
Modalità video
Tipo di task asynchronous
Unità di fatturazione call
API endpoint /api/v1/runway/extend_video
Licenza commerciale Sì — inclusa via API
Stato del catalogo Operativo
SKILLS

Installa lo skill Runway per lo sviluppo di app

Carica documentazione del modello, schema, note prezzi e passaggi di setup nel tuo workspace di codice.

# Install the model skill for app development workflows
npx skills add runapi-ai/runway -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Runway skill for this app:

1. Add runapi-ai/runway with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
COME FUNZIONA

Dal model skill al primo risultato in quattro passaggi

01

Scegli il modello

Seleziona modello e variante adatti al tipo di output, al livello qualità e alla latenza target.

02

Configura

Imposta la tua chiave RunAPI e installa il model skill nel workspace di codice.

03

Implementa

Usa le istruzioni dello skill per aggiungere la feature modello dentro la tua applicazione.

04

Ricevi

Interroga per task ID, usa streaming dove supportato o gestisci il callback webhook.

CONTEXT

Che cos'è l'API Runway?

Runway is a leading video AI company whose models are widely used in creative production. Through RunAPI, Runway endpoints are accessible with a single key and pay-per-call pricing.

Provider
Runway
Modality
Video
PERCHÉ RUNAPI

Perché usare l'API Runway tramite RunAPI

Un’unica autenticazione, tutti i provider

Una sola chiave RunAPI sblocca l’intero catalogo. Niente account separati, niente rotazione delle chiavi per integrazione.

Prezzi e billing unificati

Prezzi per chiamata in USD, fatturati mensilmente. Le generazioni fallite non vengono addebitate.

Skill con schema

Schema tipizzati e note di setup sono inclusi nel model skill, così l'implementazione parte dal contratto corretto.

FAQ

Domande frequenti

How long can generated videos be?

5 to 10 seconds per generation. The Extend endpoint works once from a text-to-video result and cannot be chained or re-extended.

What resolution does Runway output?

720p or 1080p, with 1080p available for 5-second clips. Outputs are optimized for widescreen creative and cinematic workflows.

Can I generate video from an image?

Yes — both text-to-video and image-to-video are supported. Image input sets the first frame and the model animates from there.

What is the Extend endpoint?

Extend takes a text-to-video result and continues it once for additional seconds, maintaining scene consistency and motion.

How long does generation take?

Generation time depends on duration and complexity. Results are delivered via webhook callback.

Da quale variante dovrei iniziare?

Scegli la variante più economica che soddisfa il tuo livello di qualità. La maggior parte dei team inizia con la variante veloce e passa alla pro per la produzione.

C’è un piano gratuito?

I nuovi account ricevono le prime chiamate gratuite su ogni modello. Dopo, paghi per chiamata.

Trasmettete i risultati in streaming?

Dove lo streaming è disponibile, RunAPI trasmette end-to-end.

Come vengono addebitati i fallimenti?

Le generazioni non riuscite non vengono addebitate.

Gli output vengono memorizzati nella cache?

Gli output generati vengono salvati e recuperabili tramite ID del task. Gli input non vengono memorizzati nella cache.

Posso usarlo a fini commerciali?

Sì — l’uso commerciale è incluso per ogni variante, salvo che una licenza del modello lo limiti esplicitamente; in tal caso è indicato nella pagina della variante.

E i limiti di rate limit?

I rate limit per chiave scalano in base al tier di utilizzo. Vedi la pagina prezzi per i limiti aggiornati.

Dove posso segnalare problemi?

Apri un issue nel repo GitHub pubblico oppure scrivi al supporto.

INIZIA ORA

Inizia a sviluppare con l'API Runway.

Endpoints
  • text_to_video
  • extend_video
Stessa categoria
Da questo provider
Documentazione