TikDash Public API
Integrate TikTok content fetching directly into your application using our simple REST API.
Base URL
https://tikdash.my.id/api?url=<tiktok_url>RecommendedSimplest public endpoint. Just add the TikTok URL as a query param — no POST or JSON body needed. Try it directly in your browser.
| Param | Type | Description |
|---|---|---|
url | string | TikTok link (tiktok.com / vt.tiktok.com / vm.tiktok.com) |
Request
Response — Video
Response — Slideshow / Photos
/api/tiktokFetch TikTok video or slideshow metadata and download URLs.
Request
Response — Video
Response — Slideshow / Photos
/api/downloadProxy endpoint to download video, image, or audio files through the server.
| Param | Type | Description |
|---|---|---|
url | string | URL-encoded CDN URL of the content |
filename | string | Output filename (without extension) |
type | "video" | "image" | "audio" | Content type |
Example
Code Examples
Ready-to-use snippets for popular languages and frameworks.
Usage Notice
This API is provided for personal and educational use. Do not use it to scrape or redistribute TikTok content at scale. Content is sourced from TikTok's public endpoints and subject to their terms of service.