Skip to main content
POST
/
mj
/
submit
/
action
提交Action任务
curl --request POST \
  --url https://api.deerapi.com/mj/submit/action \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customId": "example",
  "taskId": "example"
}
'
{
  "code": 123,
  "description": "<string>",
  "result": "<string>",
  "properties": {
    "numberOfQueues": 123,
    "discordInstanceId": "<string>",
    "discordChannelId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://apidoc.deerapi.com/llms.txt

Use this file to discover all available pages before exploring further.

提交任务,对您通过 imaging api 创建的图像进行所有操作(包括 UPSCALE、VARIATION、REROLL、ZOOM 等)。

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your DeerAPI key.

Body

application/json
customId
string
default:example
required

动作标识

taskId
string
default:example
required

任务ID Example: 14001934816969359

notifyHook
string

回调地址, 为空时使用全局notifyHook

state
string

自定义参数

enableRemix
boolean

是否使用remix模式,可强制绕过账号指定的Remix自动提交

chooseSameChannel
boolean

是否选择同一频道下的账号,默认只使用任务关联的账号

Response

200 - application/json

Success

code
integer
required

状态码或错误码

description
string
required

对当前状态或结果的文字描述,供用户参考

result
string
required

task_ID

properties
object
required

额外的属性或详细信息