curl --location --request POST 'https://api.302.ai/ws/api/v3/google/nano-banana-pro/text-to-image' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "3:4",
"enable_base64_output": false,
"enable_sync_mode": true,
"prompt": "Create a vibrant and modern magazine cover for Women’s Health, themed for April 2025. The main backg...",
"resolution": "2k"
}'{
"code": 200,
"message": "success",
"data": {
"id": "0380bfc901774222ac1adbc22262b804",
"model": "google/nano-banana-pro/edit",
"outputs": [
"https://file.302.ai/gpt/imgs/20251225/6ed550c6be921bcc6ff90c9071.png"
],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/0380bfc901774222ac1adbc22262b804/result"
},
"has_nsfw_contents": null,
"status": "completed",
"created_at": "2025-12-25T13:58:36.121Z",
"error": "",
"executionTime": 30155,
"timings": {
"inference": 30155
}
}
}