{
"prompt": "a red panda in front of a poster that says \"302.AI\"",
"image_size": {
"width": 1024,
"height": 1024
},
"style": "realistic_image",
"colors": [
{
"r": 158,
"g": 102,
"b": 215
}
]
}curl --location --request POST 'https://api.302.ai/302/submit/recraft-20b' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "a red panda in front of a poster that says \"302.AI\"",
"image_size": {
"width": 1024,
"height": 1024
},
"style": "realistic_image",
"colors": [
{
"r": 158,
"g": 102,
"b": 215
}
]
}'{
"images": [
{
"url": "https://file.302.ai/gpt/imgs/20260113/f47c513bd4ab30220352565901689323.webp",
"content_type": "image/webp",
"file_size": 317796,
"width": 0,
"height": 0
}
],
"seed": 0,
"has_nsfw_concepts": null,
"debug_latents": null,
"debug_per_pass_latents": null
}