Authorization: Bearer ********************
{
"contents": [
{
"type": "image",
"url": "https://xxxx.supabase.co/storage/v1/object/public/e428d5d8-94f7-4292-9e53-15ba1bd59740.png"
},
{
"type": "text",
"text": "make her dress in red"
}
],
"model": "gemini-2.5-flash-image-preview"
}
curl --location --request POST 'https://api.imaginepro.ai/api/v1/gemini/imagine' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"type": "image",
"url": "https://xxxx.supabase.co/storage/v1/object/public/e428d5d8-94f7-4292-9e53-15ba1bd59740.png"
},
{
"type": "text",
"text": "make her dress in red"
}
],
"model": "gemini-2.5-flash-image-preview"
}'
{
"success": true,
"messageId": "d15c1541-229a-442b-9873-d3494dede12a",
"createdAt": "2023-08-01T14:03:01.817Z"
}