{ "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;' \ --header 'Authorization;' \ --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": "..." } ] }