Process a video from a provided URL. The API will download the video, apply transformations, and remove invisible watermarks.
Documentation Index
Fetch the complete documentation index at: https://docs.topyappers.com/llms.txt
Use this file to discover all available pages before exploring further.
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
}