{ "product_category_alias": "string", "fg_url": "string", "poster_size": "电商海报(3:4)", "text_slot": { "slogan_list": [ "string" ], "final_price": "string" }, "img_slot": { "logo_url": "string", "qrcode_url": "string" }, "notify_url": "string" }
curl --location --request POST 'open.nolibox.com/api/aigc/product-poster/generate' \ --header 'Authorization: Basic xxxxxxxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "product_category_alias": "string", "fg_url": "string", "poster_size": "电商海报(3:4)", "text_slot": { "slogan_list": [ "string" ], "final_price": "string" }, "img_slot": { "logo_url": "string", "qrcode_url": "string" }, "notify_url": "string" }'
{ "code": 0, "msg": "string", "data": { "uid": "string" } }