Online Inkbunny Extractor
No account, no install, nothing added to the file.
* Tikt.com permítelle descargar vídeos, imaxes e coleccións de calquera sitio de hospedaxe de medios soportado.
* Tikt.com permítelle descargar vídeos, imaxes e coleccións de calquera sitio de hospedaxe de medios soportado.
The extractor recognises 7 distinct Inkbunny URL shapes, which is why the link already sitting in your address bar normally works without you hunting for a share button. Whatever it resolves to comes back with its container intact. Everything from Inkbunny goes through the gallery route, which enumerates a post's files instead of negotiating a stream. Some Inkbunny URLs name a collection rather than a single item, and those return everything the collection holds. No credentials are involved anywhere in this path — neither yours nor ours.
Use whichever is quicker: the field above, or tikt.com/ ahead of the Inkbunny link:
tikt.com/https://www.example.com/path/to/media
Find the Inkbunny post, album or profile page holding what you want and copy its address. A post URL gets you that post; a profile URL gets you what the profile has published.
Drop the URL into the field at the top of this page. The gallery extractor enumerates the files attached to that Inkbunny page rather than guessing at one.
Each file is listed at the size it was uploaded to Inkbunny. Save one, or save the lot — nothing has been resampled or re-encoded in between.
Converta URLs en recursos descargables mediante unha interface REST precisa. Extraia fluxos de vídeo, son e imaxes con respostas deterministas e procese a escala.
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"])
As súas descargas non se almacenan nin se rastrexan. Os ficheiros procesanse instantaneamentenvíanse directamente a vostede.
API
Política de privacidade
Condicións de servizo
Contacta connosco
Síguenos en BlueSky
2026 Tikt LLC | Feito por nadermx