AI Image API
Generate, edit, and transform images for product mockups, ads, thumbnails, and creative tools.
View more modelscurl -X POST "https://api-gate.astralmindai.com/v1/images/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '
"model": "nano-banana-2",
"prompt": "A cinematic product photo",
"n": 1
}'
