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…
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 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.webprequest.json
{
"model": "magnt-image-1",
"prompt": "A ceramic vase in warm afternoon light",
"aspect_ratio": "1:1",
"resolution": "1K",
"response_format": "image"
}