Authorization: Bearer ********************{
"model": "imagen4",
"prompt": "A portrait of an Asian woman with neon green lights in the background, shallow depth of field.",
"aspect_ratio": "1:1"
}curl --location --request POST 'https://api.chatfire.site/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "imagen4",
"prompt": "A portrait of an Asian woman with neon green lights in the background, shallow depth of field.",
"aspect_ratio": "1:1"
}'{
"data": [
{
"url": "https://v3b.fal.media/files/b/panda/JNOAy_h2qSKlDWW79kF9y.png"
}
],
"created": 1763692544
}