Documentation Index
Fetch the complete documentation index at: https://docs.euri.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
POST https://api.euron.one/api/v1/euri/images/generations
Body parameters
Image model ID. Currently available: gemini-3-pro-image-preview.
Text description of the image to generate.
Number of images to generate. Default: 1.
Image dimensions. Options: "1024x1024", "512x512", etc.
Image quality. Options: "standard", "hd".
Format of the response. Options: "url", "b64_json".
Examples
curl -X POST https://api.euron.one/api/v1/euri/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_EURI_API_KEY" \
-d '{
"model": "gemini-3-pro-image-preview",
"prompt": "A futuristic city skyline at sunset, digital art style",
"n": 1,
"size": "1024x1024"
}'
Response
{
"created": 1744998577,
"data": [
{
"url": "https://...",
"revised_prompt": "A futuristic city skyline..."
}
]
}
Pricing
gemini-3-pro-image-preview: $0.04 per image (+ 15% markup).