Process a video from a provided URL. The API will download the video, apply transformations, and remove invisible watermarks.
API key for TopYappers API authentication
Publicly accessible URL to the video file (MP4, MOV, AVI, WebM)
"https://example.com/video.mp4"
Optional video processing parameters. All parameters have default values.
{
"playbackSpeed": 1.2,
"brightness": 0.1,
"contrast": 1.1,
"saturation": 1.2,
"hue": 15,
"zoomFactor": 1.05
}Video processing initiated successfully