{
"id": "string"
}
curl --location --request GET 'https://www.wushuangai.com/mj/task//fetch' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"action": "IMAGINE",
"description": "string",
"failReason": "string",
"finishTime": 0,
"id": "string",
"imageUrl": "string",
"progress": "string",
"prompt": "string",
"promptEn": "string",
"properties": {},
"startTime": 0,
"state": "string",
"status": "NOT_START",
"submitTime": 0,
"buttons": [
{
"customId": "string",
"label": "string",
"type": "string",
"style": "string",
"emoji": "string"
}
]
}