Video Midjourney

Midjourney Video API

Use the Midjourney Video API via RunAPI with a model skill, unified auth, and pay-as-you-go pricing.

runapi.ai
curl -X POST https://runapi.ai/api/v1/midjourney/extend_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "midjourney-image-to-video",
  "source_task_id": "task_abc123"
}'
import { MidjourneyClient } from "@runapi.ai/midjourney";

const client = new MidjourneyClient();
const result = await client.extendVideo.run({
    model: "midjourney-image-to-video",
    source_task_id: "task_abc123",
});
require "runapi/midjourney"

client = RunApi::Midjourney::Client.new
result = client.extend_video.run(
    model: "midjourney-image-to-video",
    source_task_id: "task_abc123"
)
npx skills add runapi-ai/midjourney -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/midjourney v1
OVERVIEW

About Midjourney Video

The Midjourney Video API delivers a strong quality-to-cost ratio in the video space. Multiple variants let you pick the tier that matches your latency, quality, and budget targets — start on a fast or lite variant for prototyping, then graduate to pro or max for production. Install the Midjourney Video skill to bring docs, typed schemas, pricing notes, and step-by-step setup into your coding workspace. The skill works with Claude Code, Codex, Gemini CLI, Cursor, and VS Code, so your agent has the right context before you write integration code. All variants share a single RunAPI API key, unified billing in USD, and the same async task lifecycle — submit, poll or stream, and receive results via webhook callback.

Provider
Midjourney
Modality
Video
PRICING

Pricing

Failed generations are not charged
Extend video
$0.47 / video
Image to video
$0.47 / video
SPEC SHEET

Technical details

Model ID midjourney-image-to-video
Provider Midjourney
Modality video
Task type asynchronous
Billing unit call
API endpoint /api/v1/midjourney/extend_video
Commercial license Yes — included via API
Catalog status Operational
Agent integration

Run Midjourney Video From an Agent

HOW IT WORKS

Get Started with Midjourney Video

  1. Create an API key

    Sign up and generate an API key from the dashboard.

  2. Pick a version

    Choose the version that best matches your quality and cost requirements.

  3. Send a request

    Submit your prompt and parameters to the model's documented endpoint.

  4. Get your result

    Poll the task or set a webhook, then download the completed output.

CONTEXT

About Midjourney Video on RunAPI

The Midjourney Video API exposes a video model from Midjourney, accessible through RunAPI with a single API key and per-call billing. Developers call Midjourney Video the same way they call any other model in the RunAPI catalog — set the model parameter, submit a request, and receive structured JSON. The model skill packages docs, typed schemas, pricing notes, and setup steps so your coding agent has the right context before you write integration code. Billing is unified across all providers, failed generations are never charged, and results are retrievable by task ID.

Provider
Midjourney
See all →
Modality
Video
Browse models →

Why Use Midjourney Video Through RunAPI

One auth, every provider

A single RunAPI API key unlocks the whole model catalog across all providers. No separate accounts to create, no API keys to rotate per integration, and no credential management overhead. Add a new model to your app by changing one parameter.

Unified pricing & billing

Per-call pricing in USD, billed monthly into a single invoice. No subscription tiers, no minimum spend, and failed generations are never charged. The pricing page and check_pricing API show exact costs before you commit to a model.

Schema-first SDK

Typed schemas, parameter constraints, and setup notes are packaged in the model skill so your implementation starts from the right contract. The skill loads into Claude Code, Codex, Gemini CLI, Cursor, and VS Code — your agent knows the correct request shape before you write a line of code.

Midjourney Video Questions

Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

Is there a free tier?

Creating an account and API key is free. API calls use prepaid, pay-as-you-go billing; add funds before making requests.

Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

How are failures billed?

Failed generations are not charged.

Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

SIMILAR MODELS

Similar Video Models

Start generating with Midjourney Video

Endpoints

  • extend_video
  • image_to_video

Category

Provider

Docs