curl --request POST \
--url https://api.myrouter.ai/v3/async/mj-reroll \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"task_id": "<string>"
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.myrouter.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 a previously generated image task, obtaining different result variations. This endpoint uses async processing; the client needs to query the final result using the task_id.Documentation Index
Fetch the complete documentation index at: https://docs.myrouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json