This n8n workflow automates the process of downloading TikTok videos without watermarks through a Telegram bot. Users can send a TikTok or Reels link to the bot, which triggers the workflow. The workflow then makes an HTTP POST request to a third-party API (mediadl.app) to fetch the highest quality video, waits for the response, extracts the download link, and downloads the video file directly. Finally, the bot sends the watermarked-free video back to the user in Telegram. This setup is ideal for content creators or users who want quick, watermark-free TikTok videos without manually downloading and editing.
**Workflow steps:**
1. The process begins when a user sends a message containing a TikTok or Reels URL to the Telegram bot, triggering the workflow.
2. A delay node ensures the API response is ready.
3. The workflow sends a POST request to mediadl.app’s API with the video URL to initiate processing.
4. After another short delay, it extracts the video’s download link from the API response.
5. The workflow then downloads the video directly via another HTTP request.
6. The final step involves sending the downloaded video back to the user through Telegram.
**Key nodes and services:**
– Telegram Trigger for receiving user messages.
– Multiple HTTP Request nodes for API interactions and video download.
– Delay nodes for managing asynchronous API responses.
– Telegram Node for sending videos back to users.
– Integration with the media download API mediadl.app.
**Use cases:**
This workflow is perfect for social media managers, influencers, or enthusiasts looking to quickly obtain watermark-free TikTok videos for reuse or reposting, all managed effortlessly within Telegram.
Reviews
There are no reviews yet.