Authorization: Bearer ********************
{ "model": "dall-e-3", "prompt": "画一只小白兔", "n": 1, "size": "1024x1024" }
curl --location --request POST 'https://api.juheai.top/v1/images/generations' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "dall-e-3", "prompt": "画一只小白兔", "n": 1, "size": "1024x1024" }'
{}