task_id
Parameter | Value | Description |
---|---|---|
--video | 1 | Enable video generation |
--motion | low / high | Motion effect intensity |
{
"prompt": "https://cdn.midjourney.com/xxx.png add a dog --motion high --video 1",
"base64": "",
"notifyHook": "",
"videoType": "vid_1.1_i2v_720",
"state": ""
}
**New Video Task Parameters Support**
- **loop**: Supports looping video playback
- **endImage**: Supports custom image display when video ends
curl --location --request POST 'https://api.cometapi.com/mj/submit/imagine' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"modes": [
"FAST"
]
}
}'
{
"code": 1,
"description": "Submit successfully",
"properties": {},
"result": 1320098173412546
}