prompt
uid
{ "prompt": "string", "negative_prompt": "string", "output_w": 1024, "output_h": 1024, "seed": -1, "negative_optimization": "easynegative", "notify_url": "string" }
curl --location --request POST 'https://open.nolibox.com/api/aigc/image/txt2img-pro' \ --header 'Authorization: Basic xxxxxxxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "string", "negative_prompt": "string", "output_w": 1024, "output_h": 1024, "seed": -1, "negative_optimization": "easynegative", "notify_url": "string" }'
{ "code": 0, "msg": "string", "data": { "uid": "string" } }