Grok Imagine
The Grok Imagine photo document has been organized into a Grok Imagine Picture directory under the image series. This page is kept as a compatible entry to facilitate continued access from the old link.
Recommended reading
Quick Example
bash
curl https://moonnexai.com/v1/images/generations \
-H "Authorization: Bearer <MOONNEXAI_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-image",
"prompt": "A dramatic cinematic poster for a futuristic city at sunrise.",
"size": "1024x1024",
"n": 1
}'