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
Grass-roof goatExample 03
Lego ICU surrealismExample 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
a goat standing on the roof of an old shack that is covered with green grass --ar 4:3 --v 8.2
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
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
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
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"}'