{
"model": "string",
"prompt": "string",
"n": 0,
"quality": "string",
"size": "string",
"response_format": "string",
"style": "string",
"user": "string"
}
curl --location --request POST 'https://api.chatkore.com/v1/images/generations' \
--header 'Authorization: Bearer sk-xxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"n": 0,
"quality": "string",
"size": "string",
"response_format": "string",
"style": "string",
"user": "string"
}'
{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
]
}