TikTok Media Info
GET {{baseUrl}}/v1/raw/tiktok/media-info?url=<string>
Returns TikTok media info by id
Body
PARAM
Key | Datatype | Required | Description |
url
|
string | (Required) TikTok media/post ID |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"media": {
"itemInfo": {
"itemStruct": {
"id": "<string>",
"desc": "<string>",
"createTime": "<number>",
"video": {
"id": "<string>",
"height": "<number>",
"width": "<number>",
"duration": "<number>",
"ratio": "<string>",
"cover": "<string>",
"originCover": "<string>",
"dynamicCover": "<string>",
"playAddr": "<string>",
"downloadAddr": "<string>",
"shareCover": [
"<string>",
"<string>"
],
"reflowCover": "<string>"
},
"author": {
"id": "<string>",
"uniqueId": "<string>",
"nickname": "<string>",
"avatarThumb": "<string>",
"avatarMedium": "<string>",
"avatarLarger": "<string>",
"signature": "<string>",
"verified": "<boolean>",
"secUid": "<string>",
"secret": "<boolean>",
"ftc": "<boolean>",
"openFavorite": "<boolean>",
"commentSetting": "<number>",
"duetSetting": "<number>",
"stitchSetting": "<number>",
"privateAccount": "<boolean>"
},
"music": {
"id": "<string>",
"title": "<string>",
"playUrl": "<string>",
"coverThumb": "<string>",
"coverMedium": "<string>",
"coverLarge": "<string>",
"authorName": "<string>",
"original": "<boolean>",
"duration": "<number>",
"album": "<string>"
},
"challenges": [
{
"id": "<string>",
"title": "<string>",
"desc": "<string>",
"profileThumb": "<string>",
"profileMedium": "<string>",
"profileLarger": "<string>",
"coverThumb": "<string>",
"coverMedium": "<string>",
"coverLarger": "<string>",
"isCommerce": "<boolean>"
},
{
"id": "<string>",
Curl curl -X GET 'https://api.modash.io/v1/raw/tiktok/media-info?url=<string>?url=<string>' -H 'Accept: application/json' ENDPOINTS |