{ "model": "gpt-image-2", "prompt": "a white siamese cat", "size": "1024x1024", "quality": "high" }
curl --location 'https://poloai.top/v1/images/generations' \ --header 'Accept: application/json' \ --header 'Authorization: sk-' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-image-2", "prompt": "a white siamese cat", "size": "1024x1024", "quality": "high" }'
{ "created": 1713833628, "data": [ { "b64_json": "..." } ] }