v1
latestOpenAPI 3.1.02026-07-267724480.0 KBCreate a Midjourney imagine task
Submit the primary Midjourney generation request. Poll the returned task id with the fetch endpoint until the task reaches a terminal state.
post/mj/submit/imagine
Request body
Example request
{
"prompt": "a paper boat floating on calm water at sunrise --v 6.1"
}Response
Task accepted.
Example response
{
"code": 1,
"description": "Submission successful",
"result": "1773314942177684",
"properties": {
"discordChannelId": "5e6ca8e1f40e4de6",
"discordInstanceId": "5e6ca8e1f40e4de6"
}
}