upscale_video
Upscale an existing generated video (from a prior generate_video call) to a higher resolution, via Flow's own grid-view download menu (the "270p/720p/1080p/4K" picker).
account must be whichever farm account's project owns media_id (generate_video
returns media_ids scoped to whichever account handled that job -- reuse the same
account here).
target_resolution: "1080p" or "4K". 4K may be locked behind a paid plan tier on some
farm accounts -- comes back as a clean error rather than a crash, just report it.
Slower than generation (drives a real browser for the kickoff, then polls like a
normal video generation) -- returns a job_id to poll with check_job if it's not done
within ~40s.
Returns {"media_id": <new upscaled mediaId>, "download_path": "/v1/media/....mp4",
"resolution": ...} when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| media_id | Yes | ||
| target_resolution | No | 1080p |