"You can add multiple URLs separated by commas."

* Tikt.io allows you to download image galleries, videos, and collections from any image hosting site.

Modify tiktok.com to tikt.io, or simply prepend tikt.io/ to the full TikTok URL and hit Enter.

tikt.io/https://www.example.com/path/to/media
1. Copy your GIF link from TikTok

Open the GIF on TikTok. Copy the link.

2. Drop in the URL

Drop your TikTok GIF link into the input field above.

3. Download now

Hit download. Your GIF lands on your device in moments.

Tikt API for Developers

Stream and fetch media programmatically. A modern HTTP API. Sensible endpoints. Predictable responses.

One endpoint
Modern HTTP semantics
Predictable JSON
Sensible defaults
Python
import requests

response = requests.post(
    "https://api.tikt.io/api/download",
    headers={"Authorization": "API_KEY"},
    json={"url": "URL"},
)

for item in response.json()["items"]:
    print(item["type"], item["url"])

Frequently Asked Questions

We do not store anything; everything is streamed directly to you, even images as base64 to your browser. We keep it that way.

-
Loading...
Get download tips & updates

API Privacy Policy Terms of Service Contact Us BlueSky Follow us on BlueSky

2026 Tikt LLC | Made by nadermx