{
"prompt": "sky city",
"model": "flux-kontext-max-t2i"
}
curl --location --request POST 'https://api.302.ai/302/v2/image/generate' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "sky city",
"model": "flux-kontext-max-t2i"
}'
{
"task_id": "97532aee-fdb9-40de-bab2-8a1373e66335",
"status": "completed",
"created_at": "2025-08-18T11:21:17.986170Z",
"completed_at": "2025-08-18T11:21:36.138583Z",
"raw_response": {
"images": [
{
"url": "https://file.302.ai/gpt/imgs/1c79604875a115fcfed01ca375e7a338.jpg",
"content_type": "image/jpeg",
"file_size": 0,
"width": 1024,
"height": 1024
}
],
"seed": 1532146636,
"has_nsfw_concepts": [
false
],
"debug_latents": null,
"debug_per_pass_latents": null
},
"image_url": "https://file.302.ai/gpt/imgs/1c79604875a115fcfed01ca375e7a338.jpg",
"image_urls": [
"https://file.302.ai/gpt/imgs/1c79604875a115fcfed01ca375e7a338.jpg"
]
}