1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const axios = require('axios');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/video-watermark-remover";
const data = {
"input_video": "https://segmind-resources.s3.amazonaws.com/input/f9f68bcf-bbbe-4eb1-91f4-7a45834433d6-telugu.mp4",
"base64": false
};
(async function() {
try {
const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } });
console.log(response.data);
} catch (error) {
console.error('Error:', error.response.data);
}
})();
URL of the video to process. Use high resolution for best results.
Outputs video as a base64 string. Use for direct embedding.
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
Edited by Segmind Team on October 9, 2025.
Video Watermark Remover, powered by Segmind, is an advanced tool that you can use to effortlessly get rid of unwanted watermarks in your videos. This intuitively intelligent model is capable of identifying and removing different types of watermarks, including logos, texts, overlays, etc., from individual frames while upholding the video's fidelity and fluidity, to unleash the true potential of your AI video.
Video Watermark Remover is pretty simple to use; you can follow these tips:
How fast is watermark removal? Depending on video length and complexity, Video Watermark Remover is capable of erasing the watermarks (logos, texts, overlays) within seconds.
Does the removal impact video quality? This intelligent AI model preserves the original resolution in every frame for smooth motion and high quality.
Is manual input required? No, the AI automatically detects and removes watermarks without any manual intervention.
Is the watermark remover powered by Segmind? Yes, Video Watermark Remover is powered by Segmind, which ensures speedy watermark deletion for rich professional videos.