Skip to content

提交Imagine任务

概览

认证

  • 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

🚀 伝富AI-API文档 - 强大的AI接口平台