Skip to content
Docs menu

Video models

Topaz Video Upscaler

On this page

Topaz Video Upscaler — high-quality AI video generation.

modelIdtopaz-video-upscale
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationmodelIdEndpointRequired input
Defaulttopaz-video-upscalePOST /api/v1/generatevideo_url
Poll taskGET /api/v1/task/{id}?model=topaz-video-upscale

Input parameters

FieldTypeRequiredValues / example
video_urlstringYesURL of the video to upscale (image URL)
upscale_factorstringNoFactor to upscale the video by (e.g. 2.0 doubles width and height) (options: 1 | 2 | 4) (default: 2)
nsfw_checkerbooleanNoA configurable parameter. Defaults to true in the Playground. (true/false) (default: true)

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"topaz-video-upscale","input":{"video_url":"https://example.com/input.mp4","upscale_factor":"2","nsfw_checker":true}}'