POST
/
mj
/
submit
/
modal
curl -X POST https://api.example.com/mj/submit/modal \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "taskId": "1730621718151844",
    "prompt": "new prompt"
  }'
Submit a Midjourney Modal task.

Request Parameters

taskId
string
required
Original task ID.
prompt
string
New prompt.
notifyHook
string
Callback URL.
curl -X POST https://api.example.com/mj/submit/modal \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "taskId": "1730621718151844",
    "prompt": "new prompt"
  }'