{
"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
}
]
}'
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}