SeedVR
POST/api/v2/seedvrDiffusion-based video upscaler with temporal consistency. Supports factor-based or target-resolution upscaling, plus output format/quality controls.
Request body
video_urlSign in to upload or import from your library.
Public URL of the video to upscale.
upscale_modeUpscale mode. 'factor' scales by upscale_factor; 'target' scales to target_resolution. Default: factor.
upscale_factorUpscale multiplier when upscale_mode is 'factor'. Default: 2.
target_resolutionTarget output resolution when upscale_mode is 'target'. Default: 1080p.
seedRandom seed for reproducible output.
noise_scaleNoise scale for the diffusion process. Default: 0.1.
output_formatOutput container/codec. Default: X264 (.mp4).
output_qualityOutput quality level. Default: high.
output_write_modeOutput encoding tradeoff. 'fast' prioritizes speed, 'small' prioritizes file size. Default: balanced.
workspace_idRequest example
curl -X POST "https://influencerstudio.com/api/v2/seedvr" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Output
Run the model to see results
Real outputs will stream into this panel as the request completes.