Authorization: Bearer ********************
{ "prompt": "a cat is flying", "width": 1024, "height": 768, "steps": 40, "prompt_upsampling": false, "seed": 42, "guidance": 2.5, "safety_tolerance": 2, "interval": 2, "output_format": "jpeg" }
curl --location --request POST 'https://api.ecovai.cn/flux/v1/flux-dev' \ --header 'Authorization: {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "a cat is flying", "width": 1024, "height": 768, "steps": 40, "prompt_upsampling": false, "seed": 42, "guidance": 2.5, "safety_tolerance": 2, "interval": 2, "output_format": "jpeg" }'
{ "id": "7c9cb4e2-e61e-4c12-880c-3be194462384" }