Authorization: Bearer ********************
{ "model": "google/veo-3", "prompt": "gorilla riding a moped through busy italian city", "aspect_ratio": "16:9" }
curl --location --request POST 'https://api2.aigcbest.top/v1/images/generations' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "google/veo-3", "prompt": "gorilla riding a moped through busy italian city", "aspect_ratio": "16:9" }'
{ "created": 1589478378, "data": [ { "url": "https://..." }, { "url": "https://..." } ] }