payload = {
"query": "美食",
"date_type": 7,
"label_type": 2,
"duration_type": 6
}itemId: 视频IDitemTitle: 视频标题authorId: 作者IDpayload = {
"query": "food",
"date_type": 7,
"label_type": 2,
"duration_type": 6
}itemId: Video IDitemTitle: Video titleauthorId: Author IDAuthorization: Bearer ********************{
"query": "美食",
"date_type": 0,
"label_type": 0,
"duration_type": 0
}curl --location 'https://api.tikomni.com/api/u1/v1/douyin/search/fetch_video_search_v3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"query": "美食",
"date_type": 0,
"label_type": 0,
"duration_type": 0
}'{}