High-quality image generation with configurable size, quality, background, and output format.
Click any endpoint to see details, example requests, and try it live with your Freighter wallet.
Prompt-to-image generation that returns a base64-encoded image payload.
Edit this JSON before trying the endpoint. The paid retry uses the exact same payload.
curl -X POST "https://xlm402.com/image/generate" -H "Content-Type: application/json" -d @- <<'JSON'
{
"prompt": "A cinematic satellite view of a storm front above the Atlantic, premium editorial style",
"size": "1536x1024",
"quality": "high",
"output_format": "jpeg"
}
JSON