Gửi task kiểu Modal (có thể là chế độ giao diện hoặc cấu hình riêng)
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"maskBase64": "",
"prompt": "",
"taskId": "14001934816969359"
}
Request Code Samples
curl --location --request POST '/mj/submit/modal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"maskBase64": "",
"prompt": "",
"taskId": "14001934816969359"
}'
Responses
application/json {
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}
Modified at 2026-03-06 15:27:38