Video Details
Fetch information about a video
GENERAL ENDPOINT
Get the details of a video
GET https://kitkot.xyz/api/video/detail
Returns the details of a video from video_url or aweme_id
Query Parameters
Name
Type
Description
api_key*
String
The api_key you got when purchasing our service
query*
String
The query to fetch information from, this can be a tiktok share url or the id of a tiktok video. You can also query more than 1 video at a time by seperating them by commas: video_url,video_url,video_url,video_id,video_url
session_key
String
The session_key you got from our login endpoint
{
code: 200,
video_details: [
{
download_urls: [Object],
author: [Object],
stats: [Object],
music: [Object],
created_at_timestamp: ,
created_at: '',
video_url: '',
video_id: '',
description: '',
video_length: 28.233,
status: [Object]
},
{
download_urls: [Object],
author: [Object],
stats: [Object],
music: [Object],
created_at_timestamp: ,
created_at: '',
video_url: '',
video_id: '',
description: '',
video_length: 28.233,
status: [Object]
}
]
}Last updated
