API Market

Google
MidjourneyPopular
Midjourney v7 API
Art direction without a Discord bot
A proper HTTP endpoint for Midjourney v7 — upscales, variations and style references, no bot orchestration.
Text to imageStyle referenceUpscaleVariations
Quickstart
Authenticate with a bearer token from your dashboard, then POST the request below.
curl -X POST https://api.viddly.io/v1/images/generations \
-H "Authorization: Bearer $VIDDLY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "midjourney-v7",
"prompt": "a lighthouse in a storm, drone orbit, dusk",
"aspect_ratio": "1:1",
"stylize": 100
}'Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| prompt* | text | — | What to generate. Describe subject, action, camera and lighting. |
| style_reference_url | image | — | Image whose style should be applied. |
| aspect_ratio | enum1:1 | 16:9 | 9:16 | 3:2 | 1:1 | Frame aspect ratio. |
| stylize | number | 100 | Stylisation strength, 0–1000. |
Similar models
GooglePopular
Nano Banana 2
Text to ImageImage Editing
Edit images by telling it what to change
Try it$0.050 / image~9s
Black Forest LabsHD
Black Forest Labs
Flux 2 Pro
Text to ImageImage to Image
Photoreal stills with reliable typography
Try it$0.060 / image~12s
Black Forest LabsBest price
Black Forest Labs
Flux 2 Flex
Text to ImageImage to Image
Draft-speed Flux for high-volume pipelines
Try it$0.020 / image~4s


