Skip to main content
POST
/
v3
/
async
/
mj-reroll
Midjourney Reroll
curl --request POST \
  --url https://api.highwayapi.ai/v3/async/mj-reroll \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "task_id": "<string>"
}
'
{
  "task_id": "<string>"
}
Use the Midjourney reroll feature to regenerate an already generated image task and obtain different result variations. This API uses asynchronous processing, so the client needs to query the final generated result using the task_id.

Request Headers

Content-Type
string
required
Enum value: application/json
Authorization
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

task_id
string
required
Task ID used to specify the original task to reroll.

Response Parameters

task_id
string
required
The task_id of the asynchronous task. You should use this task_id to request the Query Task Result API to obtain the generated result.