curl --location --request POST 'https://4sapi.com/v1/images/generations' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-1",
"prompt": "a white siamese cat",
"n": 1,
"size": "1024x1024"
}'{
"created": 1713833628,
"data": [
{
"b64_json": "..."
}
]
}