{"success":true,"message":"Advanced TikTok API","version":"1.0.0","endpoints":{"user":{"GET /api/user/info":"Get user profile info (params: username)","GET /api/user/videos":"Get user videos (params: username, count?, cursor?)"},"video":{"GET /api/video/info":"Get video details (params: video_id)","GET /api/video/download":"Get video download URL without watermark (params: url)","GET /api/video/comments":"Get video comments (params: video_id, count?, cursor?)"},"search":{"GET /api/search/users":"Search users (params: keyword, count?, cursor?)","GET /api/search/videos":"Search videos (params: keyword, count?, cursor?)","GET /api/search/hashtags":"Search hashtags (params: keyword, count?, cursor?)"},"trending":{"GET /api/trending/videos":"Get trending videos (params: count?)"},"hashtag":{"GET /api/hashtag/info":"Get hashtag info (params: name)","GET /api/hashtag/videos":"Get hashtag videos (params: name, count?, cursor?)"},"music":{"GET /api/music/info":"Get music/sound info (params: music_id)","GET /api/music/videos":"Get videos by music (params: music_id, count?, cursor?)"}}}