Popular Use Cases

These pre-made API requests can be used to get started quickly with the Video AI API

Convert any Video to 60 FPS

Transform your standard footage into silky-smooth, professional-quality video with our frame rate enhancement technology. This process intelligently analyzes your source video and creates natural-looking intermediate frames to scale your frame rate to 60 FPS without stretching or distorting the original content. Perfect for content creators looking to elevate production value, gamers wanting to showcase gameplay more fluidly, or anyone seeking to give their videos that premium, high-end feel that viewers have come to expect.

{
  "source": {
    "resolution": {
      "width": 1280,
      "height": 720
    },
    "container": "mp4",
    "size": 3643203,
    "duration": 9100,
    "frameCount": 273,
    "frameRate": 30
  },
  "output": {
    "resolution": {
      "width": 1280,
      "height": 720
    },
    "audioCodec": "AAC",
    "audioTransfer": "Copy",
    "frameRate": 30,
    "audioBitrate": "320",
    "videoEncoder": "H265",
    "dynamicCompressionLevel": "High",
    "videoProfile": "Main",
    "cropToFit": false,
    "container": "mp4"
  },
  "filters": [
    {
      "model": "apo-8",
      "slowmo": 1,
      "fps": 60,
      "duplicate": true,
      "duplicateThreshold": 0.1
    }
  ]
}

Original

Enhanced

Auto HQ Denoise

Eliminate distracting noise while preserving essential details with our intelligent noise reduction technology. Using our sophisticated nyx-3 model, this process automatically analyzes each frame to identify and remove visual noise—whether from high ISO settings, low light conditions, or compression artifacts—while maintaining the authentic texture and detail of your content. The relative auto settings ensure optimal noise reduction without manual tuning, making this solution perfect for cleaning up footage shot in challenging lighting conditions, restoring clarity to compressed video, or preparing content for professional distribution with pristine visual quality.

{
  "source": {
    "resolution": {
      "width": 1280,
      "height": 720
    },
    "container": "mp4",
    "size": 3643203,
    "duration": 9100,
    "frameCount": 273,
    "frameRate": 30
  },
  "output": {
    "resolution": {
      "height": 1280,
      "width": 720
    },
    "audioCodec": "AAC",
    "audioTransfer": "Copy",
    "frameRate": 30,
    "audioBitrate": "320",
    "videoEncoder": "H265",
    "dynamicCompressionLevel": "High",
    "videoProfile": "Main",
    "cropToFit": false,
    "container": "mp4"
  },
  "filters": [
    {
      "model": "nyx-3",
      "videoType": "Progressive",
      "auto": "Relative",
      "fieldOrder": "Auto",
      "focusFixLevel": "None",
      "compression": 0,
      "details": 0,
      "prenoise": 0,
      "noise": 0,
      "halo": 0,
      "preblur": 0,
      "blur": 0,
      "grain": 0,
      "grainSize": 0,
      "recoverOriginalDetailValue": 0
    }
  ]
}

Original

Enhanced

Upscale and Recover

Breathe new life into standard-definition or low-quality video with our powerful upscaling and recovery technology. This specialized process not only scales up your resolution but it also intelligently enhances genuine details while minimizing compression artifacts from the original footage. Our advanced model applies thoughtful enhancement that preserves the authentic look of your content while bringing out textures and features previously obscured by lower resolution.

{
  "source": {
    "resolution": {
      "width": 720,
      "height": 480
    },
    "container": "avi",
    "size": 3158801920,
    "duration": 875842,
    "frameCount": 26249,
    "frameRate": 30
  },
  "output": {
    "resolution": {
      "width": 1440,
      "height": 960
    },
    "audioCodec": "AAC",
    "audioTransfer": "Copy",
    "frameRate": 30,
    "audioBitrate": "320",
    "videoEncoder": "H264",
    "dynamicCompressionLevel": "High",
    "videoProfile": "High",
    "cropToFit": false,
    "container": "mp4"
  },
  "filters": [
    {
      "model": "prob-4",
      "videoType": "Progressive",
      "auto": "Relative",
      "fieldOrder": "Auto",
      "focusFixLevel": "None",
      "compression": 0.28,
      "details": 0.2,
      "prenoise": 0,
      "noise": 0,
      "halo": 0,
      "preblur": 0,
      "blur": 0,
      "grain": 0,
      "grainSize": 0,
      "recoverOriginalDetailValue": 0.2
    }
  ]
}

Original

Enhanced

Generative AI - Strong Upscale by 4x

Transform AI-generated content from standard to stunning with our specialized upscaling technology designed specifically for computer-rendered imagery. This process leverages our cutting-edge rhea-1 model to intelligently enhance the unique characteristics of AI-created video, producing crystal-clear results with optimized detail preservation and artifact suppression. The 4x resolution increase brings out intricate textures and features that were merely suggested in the original content—making this solution perfect for creators working with generative AI tools who need to produce professional-grade, high-resolution outputs.

{
  "source": {
    "resolution": {
      "width": 1280,
      "height": 720
    },
    "container": "mp4",
    "size": 3643203,
    "duration": 9100,
    "frameCount": 273,
    "frameRate": 30
  },
  "output": {
    "resolution": {
      "width": 5120,
      "height": 2880
    },
    "audioCodec": "AAC",
    "audioTransfer": "Copy",
    "frameRate": 30,
    "audioBitrate": "320",
    "container": "mp4",
    "cropToFit": false,
    "dynamicCompressionLevel": "High",
    "videoProfile": "High"
  },
  "filters": [
    {
      "auto": "Auto",
      "model": "rhea-1",
      "videoType": "Progressive",
      "fieldOrder": "Auto",
      "focusFixLevel": "None",
      "compression": 0.16,
      "details": 0.21,
      "prenoise": 0,
      "noise": 0,
      "halo": 0,
      "preblur": 0,
      "blur": 0,
      "grain": 0,
      "grainSize": 0,
      "recoverOriginalDetailValue": 0
    }
  ]
}

Original

Enhanced

Want to try out the API? Simply create your first API key and you'll receive 100 free credits

Last updated