{ "model": "dall-e-3", "prompt": "A cute baby sea otter", "n": 1, "size": "1024x1024" }
curl --location --request POST 'https://api.agicto.cn/v1/images/generations' \ --header 'Authorization: Bearer $API_KEY' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "dall-e-3", "prompt": "A cute baby sea otter", "n": 1, "size": "1024x1024" }'
{}