{
"prompt": "hello",
"width": 512,
"height": 512
}
curl --location --request POST 'https://api.openai-core.com/flux/v1/image' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "hello",
"width": 512,
"height": 512
}'
{
"id": "75fdb4ff-cf6d-4bc4-9f03-227a39d3d812"
}