{
"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-v3' \
--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/0428d0752edfde50ff02ca6cdb5a7a14.webp","content_type":"image/webp","file_size":392428,"width":0,"height":0}],"seed":0,"has_nsfw_concepts":null,"debug_latents":null,"debug_per_pass_latents":null}