提交 Midjourney 的 imagine、blend、modal、describe、shorten、swap face、video 和上传 Discord 图片任务。
Documentation Index
Fetch the complete documentation index at: https://docs.geeknow.top/llms.txt
Use this file to discover all available pages before exploring further.
/mj/submit/* 这一组。不同动作使用不同路径,但成功响应风格基本一致。
1 提交成功、22 排队中、23 队列已满、24 prompt 可能包含敏感词。Imagine 操作,提交绘图任务。
RELAX、FAST。Blend 操作,提交融图任务。
RELAX、FAST。PORTRAIT、SQUARE、LANDSCAPE。mj、niji。code = 21 或需要补充提示词时,可调用该接口继续提交。
Describe 操作,提交图生文任务。
Shorten 操作。
SwapFace 换脸任务。
项目当前代码实际按 JSON Base64 方式解析:
prompt 直接生成视频taskId 继续生成视频RELAX、FAST。low、high。extend。| 描述 | 常见触发条件 |
|---|---|
bind_request_body_failed | 请求体格式错误 |
prompt_is_required | Imagine 未传 prompt |
task_id_is_required | 需要基于任务继续操作时未传 taskId |
action_is_required | 继续操作类接口缺少 action |
index_is_required | 继续操作类接口缺少 index |
content_is_required | simple-change 类操作缺少 content |
task_not_found | 传入的原任务不存在 |
task_status_not_success | 需要依赖原任务成功态时,原任务尚未成功 |
quota_not_enough | 余额不足 |