curl --location --request POST 'https://api.302.ai/ws/api/v3/google/nano-banana-pro/edit' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "4:3",
"enable_base64_output": false,
"enable_sync_mode": true,
"images": [
"https://d1q70pf5vjeyhc.cloudfront.net/media/92ecf66930134a49a5a425b9def0c266/images/1763656781937485863_ksplhe9y.jpeg",
"https://d1q70pf5vjeyhc.cloudfront.net/media/92ecf66930134a49a5a425b9def0c266/images/1763656792415705933_VtIFAwto.jpeg"
],
"prompt": "Change the logo on Spider-Man'\''s chest to the img 2 logo. And keep it white and adapt for his suit.",
"resolution": "1k"
}'{
"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
}
}
}