{"info":{"title":"API for topaz-labs/upscale/video","version":"0.1.0"},"paths":{"/health-check":{"get":{"summary":"Healthcheck","responses":{"200":{"content":{"application/json":{"schema":{"title":"Response Healthcheck Health Check Get"}}},"description":"Successful Response"}},"operationId":"healthcheck_health_check_get"}}},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["video_url"],"properties":{"video_url":{"type":"string","title":"Video Url","format":"uri","x-order":0,"description":"URL of the video to upscale"},"target_fps":{"type":"integer","title":"Target Fps","default":25,"maximum":60,"minimum":16,"x-order":2,"description":"Target FPS for frame interpolation. If set, frame interpolation will be enabled."},"H264_output":{"type":"boolean","title":"H264 Output","default":false,"x-order":3,"description":"Whether to use H264 codec for output video. Default is H265."},"upscale_factor":{"type":"number","title":"Upscale Factor","default":2,"maximum":4,"minimum":1,"x-order":1,"description":"Factor to upscale the video by (e.g. 2.0 doubles width and height)"}}},"Output":{"type":"string","title":"Output","format":"uri","description":"Generated video file URL."}}}}