Authorization: Bearer ********************
{ "model": "flux", "prompt": "a bird is flying", "size": "1024x768" }
curl --location --request POST 'https://api.ecovai.cn/v1/images/generations' \ --header 'Authorization: {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "flux", "prompt": "a bird is flying", "size": "1024x768" }'
{ "created": 1730692300, "data": [ { "b64_json": null, "revised_prompt": null, "url": "https://sf-maas-uat-prod.oss-cn-shanghai.aliyuncs.com/outputs/f28527f0-d756-4563-afd2-8b62d26c373f_0.png" } ], "images": [ { "url": "https://sf-maas-uat-prod.oss-cn-shanghai.aliyuncs.com/outputs/f28527f0-d756-4563-afd2-8b62d26c373f_0.png" } ], "timings": { "inference": 2.472 }, "seed": 621792730, "shared_id": "0", "model": "" }