App Logo
tiktok.com

Save (Favourite) TikTok Video

Adds a public TikTok video to this account's Favourites. Idempotent — already-saved videos are reported, not re-saved.

Input

videoUrl required

The video's canonical URL, e.g. https://www.tiktok.com/@someuser/video/1234567890123456789 — the format TikTok itself uses for sharing and that appears when you open a video from a profile grid.

Output

saved required
video_url required
already_saved required

FAQ

Adds a public TikTok video to this account's Favourites. Idempotent — already-saved videos are reported, not re-saved.
Required: videoUrl.
It returns saved, video_url, already_saved.
Yes. It acts as you on tiktok.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the tiktok.com cookies saved by the Reduck extension.
It makes changes on tiktok.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/save_video, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/save_video
It is part of Reduck's official curated catalogue.

Start building not clicking