AIGC2D官方地址为:https://www.aigc2d.comAPI接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************
{ "base_64": "data:image/png;base64,", "notify_url": "", "state": "" }
curl --location --request POST 'https://api.aigc2d.com/midjourney/describe' \ --header 'Content-Type: application/json' \ --data-raw '{ "base_64": "data:image/png;base64,", "notify_url": "", "state": "" }'
{}