Skip to main content
POST
/
mj
/
submit
/
describe
提交Describe任务
curl --request POST \
  --url https://api.deerapi.com/mj/submit/describe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "base64": "data:image/png;base64,xxx"
}
'
{
  "code": 123,
  "description": "<string>",
  "properties": {},
  "result": 123
}
从上传的图像中检测初始提示。

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your DeerAPI key.

Body

application/json
base64
string
default:example
required

图片base64

图片Link,示例值(https://xxx)

botType
enum<string>

bot类型,mj(默认)或niji

Available options:
MID_JOURNEY,
NIJI_JOURNEY
notifyHook
string

用于接收任务完成通知的回调URL

state
string

跟踪任务状态

Response

200 - application/json

Success

code
integer
required
description
string
required
properties
object
required
result
integer
required