提交Modal
概览
- 方法: POST
- 地址: https://api.winfull.cloud-ip.cc/mj/submit/modal
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"maskBase64": "",
"prompt": "",
"taskId": "14001934816969359"
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/mj/submit/modal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"maskBase64": "",
"prompt": "",
"taskId": "14001934816969359"
}'返回示例
🟢200Create image 示例
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}最后更新:2025-11-12 09:49:06
