A young woman wearing a white dress, standing under cherry blossom treesSoft natural light, pink tones, Japanese fresh styleCinematic, shallow depth of field, medium format shot, 35mm film textureA vibrant close-up editorial portrait, model with intense gaze, wearing a sculptural hat (with an APIPod.ai LOGO on the hat),
rich color blocking, sharp eye focus, shallow depth of field, Vogue magazine cover aesthetic, medium format shot, intense studio lighting.callback_url parameter to receive automatic notifications upon generation completion instead of polling the status endpoint.curl --location --request POST 'https://api.apipod.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-2",
"prompt": "string",
"aspect_ratio": "auto"
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}