Skip to content
EN

Shorten提交参数

字段定义

text
botType
enum<string>
可选
bot类型,mj(默认)或niji
枚举值:
MID_JOURNEY
NIJI_JOURNEY
示例:
MID_JOURNEY
prompt
string
提示词
必需
示例:
Cat
accountFilter
object
(账号筛选条件)
账号筛选条件
可选
instanceId
string
账号实例ID
可选
modes
array
[string]
账号模式
可选
枚举值:
RELAX
FAST
TURBO
remix
boolean
账号是否remix
可选
remixAutoConsidered
boolean
可选
账号过滤时,
remix自动提交
视为
账号的remix为false
notifyHook
string
可选
回调地址, 为空时使用全局notifyHook
state
string
自定义参数
可选

示例

json
{
    "botType": "MID_JOURNEY",
    "prompt": "Cat",
    "accountFilter": {
        "instanceId": "string",
        "modes": [
            "RELAX"
        ],
        "remix": true,
        "remixAutoConsidered": true
    },
    "notifyHook": "string",
    "state": "string"
}