WORKSPACE / PLAYGROUND Images are never saved
ONE KEY. EVERY IMAGE.

A prompt.
A picture.

Go from an idea to an image.
Create your Magnt API key,
and make something worth saving.

BUILD WITH MAGNT

Your API keys

Create a key here. Use it in your app or try it below.
Each image uses one plan generation or 2 credits. Images are never saved.

Loading your keys…

Make an image01 — INPUT
Create a key ↑

Use the Magnt key you created above. Your plan allowance applies.

Input images optional0/3

Only these attachments go with this request. Up to 2 MiB each.

One fresh request. No automatic retries.

Output
READY WHEN YOU ARE
++

An empty frame. Endless possibilities.

Your image will appear here. Download it when you're happy with the result.

GENERATED FOR THIS MOMENT
NEED A STARTING POINT?
Make the same request in code
Terminal
curl https://magnt.app/api/v1/images/generations \
  -H "Authorization: Bearer $MAGNT_API_KEY" \
  -H 'Content-Type: application/json' \
  --data-binary @request.json \
  --output image.webp
request.json
{
  "model": "magnt-image-1",
  "prompt": "A ceramic vase in warm afternoon light",
  "aspect_ratio": "1:1",
  "resolution": "1K",
  "response_format": "image"
}
Image API playground | Magnt