Quiet-space photographyExample 01Midjourney Image
A complete Midjourney workflow for generation, result retrieval, actions, blending, description, seed lookup, and inpainting.
Quiet-space photographyExample 01
80s road tripExample 02
Cinematic anime posterExample 03
Old-master race carExample 04Prompt to image, in context
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
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
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
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
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
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
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.
Per-action, in quota
Usage is metered in quota by model, action, and output settings.
Midjourney Image operations and request fields
Use the endpoint below with your TTAPI key and the request fields shown.
/midjourney/v1/imagineSubmit a new image generation job.
Official reference/midjourney/v1/fetchRetrieve task status and generated assets.
Official reference/midjourney/v1/actionUpscale, vary, pan, or zoom a completed grid.
Official reference/midjourney/v1/blendBlend multiple source images into a new composition.
Official reference/midjourney/v1/describeGenerate prompt suggestions from an image.
Official reference/midjourney/v1/seedRetrieve the seed associated with a task.
Official reference/midjourney/v1/inpaintRegenerate a selected region of an image.
Official referenceHeaders
TT-API-KEYstringrequiredYour TTAPI API key.
Content-TypestringrequiredUse application/json.
Body
promptstringrequiredPrompt used to create the initial Midjourney grid.
modeenumrequiredrelax, fast, or turbo generation mode.
timeoutintegeroptionalTask timeout from 300 to 1200 seconds.
hookUrlstringoptionalCallback URL for job completion.
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"}'