workflows.fit
Back to n8n workflows
n8n templateFreeBy Garri

Automated TikTok video downloader bot (no watermark) using n8n and Telegram

![AI2.png](fileId:2000)![AI3.png](fileId:1999) Description This workflow is an n8n-based automation that allows users to download TikTok/Reels videos without watermarks simply by sending the video link through a Teleg...

DevelopmentCore NodesCommunicationHITLTelegram TriggerSticky NoteHttp RequestTelegram
Loading interactive preview...

Template notes

![AI2.png](fileId:2000)![AI3.png](fileId:1999)

Description This workflow is an n8n-based automation that allows users to download TikTok/Reels videos without watermarks simply by sending the video link through a Telegram Bot.

It uses a Telegram Trigger to receive the link from the user, then makes an HTTP request to a third-party API (tiktokio.com) to process and retrieve the download link. The workflow filters the results to find the Download without watermark link, downloads the video in MP4 format, and sends it back to the user directly in their Telegram chat.

Key features:

- Supports the best available video quality (bestvideo+bestaudio). - Automatically removes watermarks. - Instant response directly in Telegram chat. - Fully automated — no manual downloads required.

How It Works 1. Telegram Trigger - The user sends a TikTok or Reels link to the Telegram bot. - The workflow captures and stores the link for processing.

2. HTTP Request – MediaDL API - The link is sent via POST method to https://mediadl.app/api/download. - The API processes the link and returns video file data.

3. Wait Delay - The workflow waits a few seconds to ensure the API response is fully ready.