veo_upsample
Increase video resolution up to 1080p or 4K, or convert to animated GIF. Use after initial video generation completes.
Instructions
Upsample a generated video to higher resolution.
Use this to convert a video to a higher resolution (1080p, 4K) or to animated GIF.
Use this when:
- You need a higher resolution version for production use
- You want to convert a video to GIF format
- The initial video generation is complete and you want to upscale
Note: The video must be in 'succeeded' state before upsampling.
Returns:
Task ID and the upsampled video information including the new video URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | The video ID from a previous generation result. This is the 'id' field from the video data, not the task_id. | |
| action | No | Upsample action. '1080p' upscales to 1080p resolution, '4k' upscales to 4K resolution, 'gif' converts to animated GIF. | 1080p |
| callback_url | No | Optional URL to receive a POST callback when upsampling completes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |