Back to catalog
👥

TikTok

OAuth

Fetches user info and user's video posts on TikTok platform

👥SocialHTTPS

TikTok

TikTok video and creator data

Video Id7349821034567890123
DescriptionTrying the viral pasta recipe everyone is talking about #foodtok #cooking
Author@chefmarcella
Play Count4,820,000
Duration Sec47

Sample Response

response.json
1{
2 "video_id": "7349821034567890123",
3 "description": "Trying the viral pasta recipe everyone is talking about #foodtok #cooking",
4 "author": "@chefmarcella",
5 "play_count": 4820000,
6 "duration_sec": 47
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developers.tiktok.com/doc/login-kit-web" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs