upscaleVideo
Upscale a previously generated video to twice its resolution (2x). Pass the video url you received from createVideo, createVideoFromReferences, or editVideo - it must be a video you generated within the last 7 days; arbitrary external videos are not accepted. Only videos below 960x960 pixels can be upscaled (larger sources are rejected). The job result is the new video URL and its duration in seconds. Billed per second of video, independent of model, charged only on success. Pass an optional request_id to tag the result so you can locate it later via GET /assets/videos/results. Related tools: createVideo for image-to-video, editVideo to modify a generated video. Requires an API key (user scope). Returns 202 with a job id immediately; poll getApiJob (pass wait: 30) until status is succeeded, then read its result field, which is exactly the response documented for this operation. Each account may have up to 50 generations queued or running at once; beyond that submissions return 429 (PENDING_JOBS_LIMIT) - wait for jobs to finish.
Credits: 0.2 credits per second of video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestBody | Yes | Payload for upscaling a previously generated video to twice its resolution. |