AI Video FPS Increaser doubles your video frame rate through intelligent frame interpolation, eliminating stutters and judder for fluid, natural motion. Works on any footage — action shots, cinematic clips, animations, and screen recordings. Simple one-input workflow with affordable per-second pricing.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"videoUrl":"https://example.com/input.mp4"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/rh/video-fps-increaser' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"videoUrl": "https://example.com/input.mp4"
}'