AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************{
"task_id": 0,
"index": 1,
"action": "UPSCALE",
"notify_url": "string",
"state": "string"
}curl --location --request POST 'https://api.aigc2d.com/midjourney/change' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": 0,
"index": 1,
"action": "UPSCALE",
"notify_url": "string",
"state": "string"
}'{
"code": 0,
"task_id": 123,
"message": "success"
}