URLs this API handles
- ✓Public TikTok video URLs
- ✓vm.tiktok.com and vt.tiktok.com short links
- ✓Supported TikTok image slide posts
- ✓Standard public creator video links
Resolve supported public TikTok video and image-post URLs through one developer-friendly REST endpoint.
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "tiktok",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}The GetInSaver TikTok Downloader API helps developers add public TikTok media resolution to an application without maintaining a separate parser. Submit a standard or supported short TikTok URL, receive normalized media items, and use the same authentication and billing model as every other GetInSaver service.
Every verified developer receives 20 result credits. Purchased credits do not expire, and failed, private, deleted, unsupported or unavailable lookups consume zero credits.
Verify your email to receive 20 free result credits without adding a payment card.
Create an API key and call POST /v1/resolve with the service ID and public URL.
Read the returned media item array, type fields, URLs and exact credit usage in your application.
GetInSaver does not bypass privacy controls, account login, deleted content or rights restrictions. Use returned media only when you have the necessary permission or another lawful basis. Platform availability can change, so unavailable lookups are never charged.
Yes. Supported vm.tiktok.com and vt.tiktok.com public links are accepted alongside standard TikTok video URLs.
No. The API resolves provider-available public media and does not promise watermark removal or modification. Your use must respect the content owner's rights and platform terms.
Supported public TikTok image slide posts can return image items through the same tiktok service ID.
Each successfully returned TikTok media item uses one credit. Failed or unavailable lookups use zero credits.
No card, no sales call and no charge for failed results.