Skip to content
中文

Provider Notes

Field Definitions

text
base64Array
array
[string]
Optional
Base64 array of reference images
notifyHook
string
Optional
Callback URL. If empty, the global notifyHook is used.
prompt
string
Prompt
Required
Example:
Cat
state
string
Custom Parameters
Optional

Example

json
{
    "base64Array": [
        "string"
    ],
    "notifyHook": "string",
    "prompt": "Cat",
    "state": "string"
}