* TTOK.com allows you to download videos, images, and collections from any supported media hosting site.
* TTOK.com allows you to download videos, images, and collections from any supported media hosting site.
Simply add ttok.com/ to the audio or video url and press enter
ttok.com/https://www.example.com/path/to/media
Go to TikTok, find the gif, and copy its link.
Paste the gif link into the input field at the top of this page.
Building something cool? Let your users enjoy the same fast saves you do — share Ttok's reliability with anyone using your app. Keep your stack simple with one clean API.
import requests
response = requests.post(
"https://api.ttok.com/api/download",
headers={"Authorization": "API_KEY"},
json={"url": "URL"},
)
for item in response.json()["items"]:
print(item["type"], item["url"])
We do not store anything; everything is streamed directly to you, even images as base64 to your browser.
API
Guides
Privacy Policy
Terms of Service
Contact Us
Follow us on BlueSky
2026 TTOK LLC | Made by nadermx