{
"prompt": "string",
"size": "string",
"style": "string",
"style_id": "string",
"substyle": "string",
"response_format": "string",
"controls": {
"colors": "string",
"background_color\t": "string"
}
}
curl --location -g --request POST '{{BASE_URL}}/recraft/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"size": "string",
"style": "string",
"style_id": "string",
"substyle": "string",
"response_format": "string",
"controls": {
"colors": "string",
"background_color\t": "string"
}
}'
{}