Midjourney Image

by MidjourneyImage

A complete Midjourney workflow for generation, result retrieval, actions, blending, description, seed lookup, and inpainting.

InputPrompttext
Models1available
FlowAsyncresult URL
Pricefrom 3per operation
Person wearing a beanie looking into a bathroom mirrorQuiet-space photographyExample 01
Woman driving alone on a sunset highway in an 80s road trip scene80s road tripExample 02
Goat standing on the grass-covered roof of an old shackGrass-roof goatExample 03
Anthropomorphic medical equipment on an ICU stretcher in a Lego themeLego ICU surrealismExample 04
Examples

Prompt to image, in context

01 · Quiet-space photographyMidjourney Image · v8.2
Prompt

eine preisgekrönte fotografie: eine asiatische Person vor dem Spiegel im Badezimmer, trägt eine Beanie-Mütze tief ins Gesicht gezogen, blickt mit besorgtem, ängstlichem Blick auf ihr Spiegelbild, eine Hand greift direkt nach der Beanie-Mütze und berührt den Stoff am Kopf, Finger leicht in den Stoff der Mütze gekrallt, der Körper leicht seitlich zum Spiegel gedreht, entspannte natürliche Körperhaltung, die Person entdeckt ein Symptom auf der Haut. Das Bild hat eine grosse ruhige Fläche, Platz für Text --v 8.2

02 · 80s road tripMidjourney Image · v8.2
Prompt

A lone woman drives down an endless highway at sunset. The passenger seat is empty except for a faded denim jacket and a cassette tape. Golden light floods the car while distant mountains disappear into the horizon. Authentic 80s road trip aestheti --v 8.2

03 · Grass-roof goatMidjourney Image · v8.2
Prompt

a goat standing on the roof of an old shack that is covered with green grass --ar 4:3 --v 8.2

04 · Lego ICU surrealismMidjourney Image · v8.2
Prompt

um equipamento médico hospitalar tem pernas e braços e está deitado numa maca de hospital como um paciente, sendo monitorizado na UTI, tema de lego --ar 4:5 --profile rug8icp --v 8.2

05 · Cinematic anime posterMidjourney Image · v8.2
Prompt

Vertical 9:16 movie poster, diagonal falling floating composition, Taki and Mitsuha looking at each other in rainy night, red school uniform jackets, vintage camera on Taki, countless red fate ribbons tangled together, broken glass around, burning flames on edges, a burnt book at bottom for visual balance, Makoto Shinkai style backlight, cold and warm contrast lighting, blank space in center for title text, bright cinematic anime poster, 8K ultra detailed --v 8.2

06 · Ramen-shop PomeranianMidjourney Image · v8.2
Prompt

A white Pomeranian, wearing a triangular headscarf and an apron, is draining noodles at a ramen shop. It looks incredibly realistic. --ar 9:16 --v 8.2

Capabilities

What you can build with Midjourney Image

Imagine and retrieve

Submit a prompt, receive a job ID, then fetch task status and the finished grid.

Continue the workflow

Upscale, create variations, pan, zoom, and reuse a finished task for follow-up actions.

Edit and inspect

Blend references, describe an image, retrieve its seed, or repaint a selected region.

Pricing

Per-action, in quota

Usage is metered in quota by model, action, and output settings.

Operations by processing modeOfficial pricing
OperationRelaxFastTurbo
Imagine · variation · pan · zoom · reroll3 quota5 quota7 quota
Upscale creative · upscale subtle3 quota8 quota14 quota
Upsample1 quota1 quota1 quota
Upscale 2×8 quotaNot available12 quota
Upscale 4×18 quotaNot available36 quota
Describe · Seed1 quota1 quota1 quota
Blend3 quota5 quotaNot available
Image editing3 quota5 quota7 quota
API request

Midjourney Image operations and request fields

Use the endpoint below with your TTAPI key and the request fields shown.

ActionPOST
/midjourney/v1/action

Upscale, vary, pan, or zoom a completed grid.

Official reference
BlendPOST
/midjourney/v1/blend

Blend multiple source images into a new composition.

Official reference
DescribePOST
/midjourney/v1/describe

Generate prompt suggestions from an image.

Official reference
InpaintPOST
/midjourney/v1/inpaint

Regenerate a selected region of an image.

Official reference
POSThttps://api.ttapi.io/midjourney/v1/imagine

Headers

TT-API-KEYstringrequired

Your TTAPI API key.

Content-Typestringrequired

Use application/json.

Body

promptstringrequired

Prompt used to create the initial Midjourney grid.

modeenumrequired

relax, fast, or turbo generation mode.

timeoutintegeroptional

Task timeout from 300 to 1200 seconds.

hookUrlstringoptional

Callback URL for job completion.

Open the official TTAPI documentation
Integrate

From key to first result

Copy the resolved endpoint, authentication headers, and request body for this model.

curl --request POST \
  --url https://api.ttapi.io/midjourney/v1/imagine \
  --header 'TT-API-KEY: $TTAPI_KEY' \
  --header 'Content-Type: application/json' \
  --data '{"prompt":"cinematic portrait of an astronaut in neon rain","mode":"fast","timeout":300,"hookUrl":"https://example.com/webhooks/midjourney"}'