AIGC2D官方地址为:https://www.aigc2d.comAPI接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************
{ "prompt": "a cat", "base64": "", "notify_url": "", "state": "" }
curl --location --request POST 'https://api.aigc2d.com/midjourney/imagine' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt":"a cat", "base64":"", "notify_url":"", "state":"" }'
{ "code": 0, "task_id": 123, "message": "success" }