{
"prompt": "string",
"n": 1,
"style_id": "42816bda-d9c2-4157-9d9c-8806b666d646",
"style": "realistic_image",
"substyle": "string",
"model": "recraftv3",
"response_format": "url",
"size": "1024x1024",
"controls": {
"colors": [
{
"rgb": [
0,
0,
0
]
}
],
"background_color": "string"
}
}
curl --location --request POST '/recraft/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"n": 1,
"style_id": "42816bda-d9c2-4157-9d9c-8806b666d646",
"style": "realistic_image",
"substyle": "string",
"model": "recraftv3",
"response_format": "url",
"size": "1024x1024",
"controls": {
"colors": [
{
"rgb": [
0,
0,
0
]
}
],
"background_color": "string"
}
}'
{}