* Tikt.com allows you to download videos, images, and collections from any supported media hosting site.
* Tikt.com allows you to download videos, images, and collections from any supported media hosting site.
Change TikTok.com to Tikt.com, or simply prepend tikt.com/ to the full TikTok URL and hit Enter.
tikt.com/https://www.example.com/path/to/media
Navigate to the GIF on TikTok and copy the URL from the address bar. Consult our platform-specific documentation for detailed procedures.
Paste your TikTok GIF source URL into the input field above to begin extraction.
Confirm the GIF output and execute the download to transfer the animation to your local storage.
Convert URLs into downloadable assets via a precise REST interface. Extract video, audio, and image streams with deterministic responses and process at scale.
import requests
response = requests.post(
"https://api.tikt.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
Privacy Policy
Terms of Service
Contact Us
Follow us on BlueSky
2026 Tikt LLC | Made by nadermx