Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
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

NameTypeDefaultDescription
prompt*textWhat to generate. Describe subject, action, camera and lighting.
style_reference_urlimageImage whose style should be applied.
aspect_ratioenum1:1 | 16:9 | 9:16 | 3:21:1Frame aspect ratio.
stylizenumber100Stylisation strength, 0–1000.

Similar models