No app, no extension, no account. The whole thing is a text box and a link — you paste the Imgur Gallery URL, we resolve it, you get the video file. Anything more than that would be us adding steps for our benefit rather than yours. Imgur Gallery is served through the general path rather than a hand-written integration, so the extractor makes no assumptions about how its pages are laid out.
The address bar works too. Prefix any Imgur Gallery URL with tikt.com/:
tikt.com/https://www.example.com/path/to/media
Copy the address of the Imgur Gallery item you want from your browser's address bar, or use the share option if the app gives you one.
The field at the top of this page takes the raw URL. You can also prefix the Imgur Gallery address with tikt.com/ and skip this page entirely.
Pick the file you want from the results and it saves straight to your device. Nothing is added to it and nothing is kept here.
Konverti URLojn al elŝuteblaj rimedoj per preciza REST-interfaco. Ekstrakti video-, aŭd- kaj bildfluojn per determinismaj respondoj kaj procezi laŭ skalo.
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"])
Viaj elŝutoj ne estas konservitaj aŭ spurataj. Dosieroj estas tuj prilaboritaj kaj liverataj rekte al vi.
API
Privateca Politiko
Servokondiĉoj
Kontaktu Nin
Sekvu nin ĉe BlueSky
2026 Tikt LLC | Farita de nadermx