v1
latestOpenAPI 3.1.02026-07-26793302.3 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": "Use this field according to the endpoint schema.",
"result": "1773314942177684",
"properties": {
"discordChannelId": "5e6ca8e1f40e4de6",
"discordInstanceId": "5e6ca8e1f40e4de6"
}
}