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
Vertical cinematic anime poster with two characters and red fate ribbonsCinematic anime posterExample 03
Red vintage race car charging through water in a painterly old-master styleOld-master race carExample 04
Examples

Prompt to image, in context

01 · Quiet-space photographyMidjourney Image
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
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 · Cinematic anime posterMidjourney Image
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

04 · Old-master race carMidjourney Image
Prompt

red race car, in the style of sam spratt, historical illustrations, old masters, genndy tartakovsky, soggy, masaccio, monochromatic realism --ar 63:128 --stylize 750 --v 6

05 · Orange studio portraitMidjourney Image
Prompt

photography, orange hue, korean woman model, solid orange backdrop, using a camera setup that mimics a large aperture, f/1.4 --ar 9:16 --style raw

06 · Golden-hour fashion editorialMidjourney Image
Prompt

fashion editorial photography, front shot, upper body, professional female model, shot with hasselblad x2d 100c, xcd 90mm f/2.5 lens, cinematic sepia color grading with golden hour warmth, dramatic black silhouette against burnt umber to honey amber gradient backdrop, avant-garde composition with tilted head pose, staring to camera, profound gaze, elongated body stance, flowing black turtleneck, professional main fresnel light at 60 degree angle with silk diffusion, rim light with cto gel at 75 degree angle, haze machine for ethereal atmosphere, feathered shadows, contrast curve manipulation, selective dodge and burn, grain texture overlay, color temperature adjustment at 5500k to 3200k gradient, ultra sharp details, raw format, inspired by paolo roversi lighting technique, hyper realistic, 16K, rich detail --ar 9:16 --quality 2 --style raw --personalize nq7rq2j --stylize 500 --v 6.1

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"}'