Seedance 2.5 from ByteDance is officially available on Apiframe.
Image

Midjourney API

by Midjourney

The signature aesthetic, finally behind an API.

Midjourney's iconic aesthetic through a simple REST API, no Discord, no account management, no bans. Fully managed access to the current V8.2, with every generation returning four images.

V8.2
Latest version
2K
HD output
4
Images per job
4 credits
From

midjourney

Image model

A lone lighthouse keeper on a cliff at golden hour, oil painting texture, dramatic clouds, cinematic composition --ar 16:9

Playground

Try Midjourney right here.

model: midjourney
Estimated cost 4–16 credits · $0.04–$0.16 Generate in Studio
Output

Your output lands here. Hit generate to run this request in Studio.

Capabilities

What's new in Midjourney.

No Discord, no bans

Apiframe manages the Midjourney accounts. You send a REST request; the risk, quirks, and Discord plumbing are handled for you.

Always the latest Midjourney

The API runs V8.2 (the default since July 2026), bolder aesthetics and more consistent image quality on top of V8.1’s HD 2K output and faster generation. Upgrades land with zero config changes.

Four images per job

Every generation returns the classic four-image grid, so one request gives your users a choice instead of a single roll.

The full toolset

Imagine, Vary, Pan, Zoom, and Upscale are all exposed through the API, the complete Midjourney workflow, not just text-to-image.

Video from any still

V8.1 added native image-to-video: animate any Midjourney image into a clip extendable to 21 seconds via the Midjourney Video model on the same key.

Six aspect ratios

From square 1:1 to ultrawide 21:9, covers social, print, and cinematic layouts without cropping.

Pricing

Simple per-generation pricing.

4–16 credits per generation ≈ $0.04–$0.16

The rate depends on the resolution and options you pick.

  • You only pay for successful generations. Failed jobs are refunded automatically.
  • One credit balance across every model on Apiframe, no per-model plans.
  • Start with free credits. No subscription required.
  • Volume discounts on larger plans.
See plans and credit packs

Specs

At a glance.

Provider Midjourney
Model ID midjourney
Aspect ratios 1:1, 3:4, 4:3, 9:16, 16:9, 21:9
Avg. time ~50s

Comparison

Midjourney vs Nano Banana 2 vs Flux 2 Pro

Midjourney against the production flagships: a different tool for a different job.

Feature Midjourney Nano Banana 2 Flux 2 Pro
Signature strength Iconic stylised aesthetic Editing + world knowledge Prompt adherence at volume
Outputs per job 4 images 1 image 1 image
Avg. generation ~50s ~12s ~15s
Price per job 4–16 credits (≈$0.04–$0.16) 12–26 credits (≈$0.12–$0.26) 6–14 credits (≈$0.06–$0.14)
Best for Art direction and a look no one mistakes Everyday generation and editing High-volume production pipelines

Specs reflect what each model supports on Apiframe today, from the live catalog.

Quickstart

How to call the Midjourney API.

Send one POST /v2/images/generate request with your API key. The call returns a jobId you can poll, or pass a webhook_url and the result is pushed to you the moment it's ready.

Swap midjourney for any other model and nothing else changes.

const response = await fetch("https://api.apiframe.ai/v2/images/generate", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "prompt": "a sleek silver sports car on a coastal highway at sunset, hyper-realistic",
    "model": "midjourney"
  }),
});
const { jobId } = await response.json();
console.log(jobId);

Input schema

Every field Midjourney accepts, with types and defaults. The full reference lives in the docs.

Field Type Description
prompt required string Text description of what to generate.
model required string The model identifier for this endpoint. Default:"midjourney" · "midjourney"

Midjourney versions

Every Midjourney image model on Apiframe. Switch with one parameter.

Use cases

What teams build with Midjourney.

Print-on-demand & merch

The Midjourney look sells, generate artwork for t-shirts, posters, and products per order, with four options returned per request.

Ad creative at volume

Distinctive, scroll-stopping visuals from 4 credits per job. Test dozens of directions without a photoshoot or a designer queue.

Automated social pipelines

Connect to Zapier, Make, or n8n and publish branded Midjourney visuals on a schedule, no Discord bot duct tape.

Stills that become video

Pick the best frame, then animate it with Midjourney Video on the same key, clips extendable to 21 seconds in the same pipeline.

Reviews

9,800+ developers. One API.

Real Apiframe reviews from Trustpilot and G2.

Very good Midjourney API

Very good Midjourney API. Using them on scale and I am very satisfied. I tried a lot of competitors, but this API works like a charm. Very good even for a high traffic app.

Ondřej Barták June 2024 Trustpilot

Easy, user-friendly API (particularly for Midjourney)

Very user-friendly API. Great tool, has its own Python library (in which sense convenient) and easy-to-use.

Verified customer November 2024 Trustpilot

Honestly the best AI API

They got every engine possible and it's great to have them all in one place.

Daniel Zborowski July 2026 Trustpilot

Midjourney questions

What teams ask before shipping with Midjourney. Everything else lives in the docs.

Is there an official Midjourney API?

No. Midjourney does not offer an official public API. Apiframe provides a stable, fully managed API that connects to Midjourney on your behalf.

Will I get banned for using it?

No. Apiframe manages Midjourney accounts for you, so your own account is never at risk. We handle all the complexity.

Which Midjourney version does the API use?

The current V8.2, the default since July 24, 2026, bolder aesthetics and more consistent image quality on top of V8.1’s HD 2K output and faster generation. You always get the latest version automatically.

Do I need my own Midjourney subscription?

No. Access is fully managed, one Apiframe key covers Midjourney and every other model in the catalog, on one credit balance.

Can I generate video with Midjourney?

Yes. V8.1 added native image-to-video, exposed on Apiframe as the Midjourney Video model, animate any still and extend clips up to 21 seconds.

Can I use the images commercially?

Yes, subject to Midjourney's terms of service. Images are returned as PNG or JPG on our CDN and stored permanently at no extra cost.

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.