v1
latestOpenAPI 3.1.02026-07-2611077199.5 KBQuery task results, this endpoint does not consume quota, free to use
get/midjourney/video/fetch
Query parameters
jobIdstring required
Job ID returned synchronously by the generation endpoint
Response
Request successful
Example response
{
"status": "SUCCESS",
"message": "",
"jobId": "c679a92e-dae0-462d-b70f-dcfeaf2189fa",
"data": {
"action": "generate",
"jobId": "943583cb-08f4-4077-ad1e-f1bfc6c1191a",
"progress": "100",
"prompt": "hyperrealistic album cover: Black sacral Ocean. Sunken prayer canoe. Ghost Canoe Horizon",
"quota": "30",
"videos": [
"https://cdn.midjourney.com/video/780b1227-227a-418c-998e-3eb90eb4824a/0.mp4",
"https://cdn.midjourney.com/video/780b1227-227a-418c-998e-3eb90eb4824a/1.mp4",
"https://cdn.midjourney.com/video/780b1227-227a-418c-998e-3eb90eb4824a/2.mp4",
"https://cdn.midjourney.com/video/780b1227-227a-418c-998e-3eb90eb4824a/3.mp4"
],
"hookUrl": "https://webhook-test.com/1cb411db3bc4bfa7729c7df3ca2c1a5e"
}
}