提交Imagine任务
概览
- 方法: POST
- 地址: https://api.winfull.cloud-ip.cc/mj/submit/imagine
- 简介: 官方文档:https://docs.midjourney.com/hc/en-us/articles/32023408776205-Prompt-Basics
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"base64Array": [],
"notifyHook": "",
"prompt": "cat",
"state": "",
"botType": "MID_JOURNEY"
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/mj/submit/imagine' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64Array": [],
"notifyHook": "",
"prompt": "cat",
"state": "",
"botType": "MID_JOURNEY"
}'返回示例
🟢200成功 示例
{
"code": 1,
"description": "Submit success",
"result": "1730621718151844",//任务id
"properties": {
"discordChannelId": "1300842676874379336",
"discordInstanceId": "1572398367386955776"
}
}最后更新:2025-08-22 09:53:13
