Skip to main content
Midjourney API: Why There's No Official One and What to Use Instead (2026)
Guides

Midjourney API: Why There's No Official One and What to Use Instead

Midjourney has no official API as of August 2026. Official access is Discord or midjourney.com, from $10/month. Compare image APIs you can call today.

Unifically Model Research Team
9 min read

Midjourney has no official public API. That has been true since the service launched in 2022, and it is still true as of August 18, 2026. The supported ways to generate images are the midjourney.com web app and the Discord bot, both behind a subscription that starts at $10 per month. This post answers the API question with sources, covers current plan pricing and model versions (V8.2 through V6.1), and lists image APIs with official access you can call today.

TL;DR: No, Midjourney does not have an API. There is no official endpoint, no API key, and no per-image price list, and Midjourney has not announced one. Its Terms of Service prohibit automated access, so every "Midjourney API" you can buy is an unofficial wrapper that risks your account. Official access: Discord or midjourney.com on a $10–$120/month plan. For a real image API, models like GPT Image 2 ($0.03 per 1K image) and Nano Banana 2 ($0.034) are callable on Unifically today.

Does Midjourney have an API?

No. As of August 18, 2026, Midjourney has not released or announced an official public API. The official documentation covers the web app, the Discord bot, subscriptions, and model versions. It lists no developer endpoints, no API keys, and no usage-based pricing.

The Terms of Service (version effective May 27, 2026) go further than silence. They state: "You may not use automated tools to access, interact with, or generate Assets" through the service, and they also ban reselling or redistributing access. In other words, programmatic access is not a missing feature. It is against the rules.

What about unofficial Midjourney APIs?

They exist, and we will not link to any of them. These services automate consumer Midjourney accounts through Discord or the web app, then resell the output as an "API". Every one of them violates the automation and resale clauses in Midjourney's terms. The known failure mode is an account ban: users report being blocked for "accessing our services via automation", and a banned account keeps none of its remaining GPU time. If your product depends on one of these wrappers, a single enforcement pass at Midjourney can take your image pipeline down with no recourse.

If you came here searching for a Midjourney API alternative, skip to the image APIs you can call today.

How to access Midjourney in 2026

Two official surfaces, both requiring a subscription:

  • The web app at midjourney.com. Type prompts in the Imagine bar, set the model version in settings, and use the Editor, Personalization, and video tools. This is the primary interface today.
  • The Discord bot. The original interface still works: /imagine in a Midjourney server or in a direct message with the bot.

There is no free plan on the pricing page. The cheapest way in is the Basic plan at $10 per month.

Midjourney pricing in 2026

First, the direct answer to "Midjourney API pricing": there is none, because there is no API. Any per-image Midjourney price you find is a third party's markup on an unofficial wrapper, not an official rate.

What Midjourney sells is subscriptions, billed by fast GPU time rather than image count. The official plans page lists four tiers:

PlanMonthlyAnnualFast GPU time / monthRelax modeStealth mode
Basic$10$96 ($8/mo)3.3 hours (200 min)NoNo
Standard$30$288 ($24/mo)15 hoursUnlimited imagesNo
Pro$60$576 ($48/mo)30 hoursUnlimited images and SD videoYes
Mega$120$1,152 ($96/mo)60 hoursUnlimited images and SD videoYes

Details that matter before you subscribe:

  • Extra fast GPU time costs $4 per hour on every plan.
  • Annual billing is a flat 20% discount, paid upfront.
  • A standard V8.1 image job costs 0.8 GPU minutes and an HD (2K) job costs 1.3, per the version docs. At 0.8 minutes per job, Basic's 200 fast minutes cover roughly 250 standard jobs a month.
  • Companies with more than $1,000,000 in annual gross revenue must be on Pro or Mega to own their images.
  • Stealth mode (private generations) is Pro and Mega only. On lower tiers, everything you make is publicly viewable and remixable.

Midjourney versions: V8.2, V8.1, V7, and V6.1

The current default model is V8.2, released July 24, 2026. Per the official version docs, V8.2 focuses on aesthetics, image quality, and Personalization. Before it, V8.1 (released April 14, 2026) was the default from June 10 to July 23, 2026. V8.1 is Midjourney's fastest model so far, rendering standard jobs about 4–5 times faster than earlier versions, and it introduced HD output: native 2K images without an upscale step. V8.0 was an alpha that has since been retired.

Midjourney V7

V7 was released on April 3, 2025 and was the default version from June 17, 2025 to June 9, 2026. It improved prompt handling and detail coherence, especially in bodies, hands, and objects, and introduced Draft Mode and Omni Reference. V7 is still selectable with --v 7, and it remains the version that supports Omni Reference; V8.1 and V8.2 fall back to V7 for that feature. If you search "Midjourney V7" today, know that it stopped being the default in June 2026 and two newer versions now sit above it.

Midjourney V6.1

V6.1 was released on July 30, 2024 and was the default until June 16, 2025. It renders about 25% faster than V6 with more coherent detail and textures. It is now two generations old, but it still matters for one reason: several editing tools (Pan, Zoom Out, the Editor on V7+ images) run on V6.1 under the current version matrix, and V6-era models are the last ones that support Character Reference. Anime workflows have their own track: Niji 7, built with Spellbrush, launched January 9, 2026.

None of these versions is callable through an API. Version selection happens in the web app settings or with the --v parameter, inside a subscription.

Image APIs with official access you can call today

Midjourney's outputs are strong, and if the web app fits your workflow, a subscription is the legitimate way to use them. But if you need images inside a product, a pipeline, or anything automated, you need a model that offers API access on its own terms. These image models are live on Unifically with per-image pricing (defaults, verified August 18, 2026):

ModelPer-image price (default settings)Good at
Flux.2 Pro$0.0126Production runs, up to 10 reference images
Qwen Image 2.0$0.0245Text rendering, multi-image fusion editing
GPT Image 2$0.03 (1K)Text accuracy, reference-guided editing, up to 4K
Nano Banana 2$0.034 (1K)General quality, 10 aspect ratios, up to 4K
SeeDream 5.0 Pro$0.06Top-end aesthetics, up to 10 reference images

Billing is pay-per-use with no subscription, and new accounts start with $0.20 of free balance, enough for about six GPT Image 2 draft images. For a quality comparison between the two most popular options, see GPT Image 2 vs Nano Banana.

Every model uses the same async pattern: POST a task, poll until the image URL is ready.

const API = 'https://api.unifically.com';
const headers = {
  Authorization: `Bearer ${process.env.UNIFICALLY_API_KEY}`,
  'Content-Type': 'application/json',
};

const start = await fetch(`${API}/v1/tasks`, {
  method: 'POST',
  headers,
  body: JSON.stringify({
    model: 'google/nano-banana-2',
    input: {
      prompt: 'Cinematic photo of a lighthouse at dusk, warm window light, long exposure sea',
    },
  }),
}).then((r) => r.json());

while (true) {
  await new Promise((r) => setTimeout(r, 2000));
  const task = await fetch(`${API}/v1/tasks/${start.data.task_id}`, { headers }).then((r) => r.json());
  if (task.data.status === 'completed') {
    console.log(task.data.output.image_url);
    break;
  }
  if (task.data.status === 'failed') throw new Error(task.data.error?.message);
}

Swap the model string to try any of the five. Current rates are on the pricing page.

FAQ

Is there a Midjourney API waitlist?

No. An official Midjourney API does not exist, and Midjourney has not announced one, a waitlist, or a developer program. If that changes, it will appear on midjourney.com/updates, and we will update this post.

What happens if you use an unofficial Midjourney API?

You risk a permanent ban. Midjourney's Terms of Service prohibit automated access and reselling access, and the company enforces both. A ban takes the account, its gallery, and any remaining GPU time with it.

What is the latest Midjourney version?

V8.2, the default since July 24, 2026. V8.1 (April 2026) is still selectable and adds HD 2K output. V7 (April 2025) and V6.1 (July 2024) remain available for feature-specific work like Omni Reference and Character Reference.

How much does Midjourney cost per image?

There is no official per-image price. Plans bill by fast GPU time: a standard V8.1 job (four images) costs 0.8 GPU minutes, so the $10 Basic plan's 200 fast minutes cover roughly 250 jobs. HD jobs cost 1.3 minutes each.

Can you use Midjourney images commercially?

Yes, on any paid plan, with one exception: companies earning over $1,000,000 a year in gross revenue must subscribe to Pro or Mega to own their generated images.


We will update this post if Midjourney announces an official API or developer program, changes plan pricing, or replaces V8.2 as the default version. Last verified against Midjourney's official documentation on August 18, 2026.

Last updated: August 18, 2026

Continue reading

More Blogs