Zoom Out
tool from the official Midjourney.{
"origin_task_id": "ba9e9dc2************90f6134ca837",
"zoom_ratio": "2",
"aspect_ratio": "16:9",
"prompt": "a cute dog with a sunglasses",
"skip_prompt_check": false,
"webhook_endpoint": "",
"webhook_secret": ""
}
curl --location --request POST 'https://api.piapi.ai/mj/v2/outpaint' \
--header 'X-API-Key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"origin_task_id": "ba9e9dc2************90f6134ca837",
"zoom_ratio": "2",
"aspect_ratio": "16:9",
"prompt": "a cute dog with a sunglasses",
"skip_prompt_check": false,
"webhook_endpoint": "",
"webhook_secret": ""
}'
{
"task_id": "2f6c6326***************793881539f2c",
"status": "success",
"message": ""
}