Skip to content
中文

Provider Notes

Field Definitions

text
botType
enum<string>
Optional
Bot type: mj (default) or niji
Enum Values:
MID_JOURNEY
NIJI_JOURNEY
Example:
MID_JOURNEY
prompt
string
Prompt
Required
Example:
Cat
accountFilter
object
  // provider-specific example normalized for English documentation
  // provider-specific example normalized for English documentation
Optional
instanceId
string
Account instance ID
Optional
modes
array
[string]
Account mode
Optional
Enum Values:
RELAX
FAST
TURBO
remix
boolean
  // provider-specific example normalized for English documentation
Optional
remixAutoConsidered
boolean
Optional
  // provider-specific example normalized for English documentation
Remix submits automatically.
  // provider-specific example normalized for English documentation
  // provider-specific example normalized for English documentation
notifyHook
string
Optional
Callback URL. If empty, the global notifyHook is used.
state
string
Custom Parameters
Optional

Example

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