{ "model": "gpt-image-1", "prompt": "a white siamese cat", "n": 1, "size": "1024x1024" }
curl --location --request POST 'https://poloai.top/v1/images/generations' \ --header 'Accept: application/json' \ --header 'Authorization: sk-moRK2j8iF9zwnMZl8l9DwvF7t7TvQhZvV5m2OFbMo3NMGmuv' \ --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": "..." } ] }