Short Videos
Description: Displays brief video clips related to the search query.
API Response Structure:
{
"videos": [
{
"title": "Video Title",
"duration": "0:30",
"creator": {
"name": "Creator Name",
"verified": true,
"followers": "100K"
},
"content": {
"url": "https://example.com/video",
"thumbnail": "https://example.com/thumb.jpg",
"resolution": "1080p",
"format": "Vertical"
},
"engagement": {
"views": "1M",
"likes": "50K",
"shares": "10K",
"comments": "1K"
},
"tags": ["tag1", "tag2"],
"platform": {
"name": "Platform Name",
"originalUrl": "https://platform.com/video"
}
}
],
"filters": {
"duration": ["<30s", "30-60s"],
"type": ["Tutorial", "Entertainment"],
"date": ["Today", "This Week"]
},
"type": "shortVideos"
}
Fields:
-
videos
(array): Video clips-
title
(string): Video title -
duration
(string): Video length -
creator
(object): Creator info -
content
(object): Video details -
engagement
(object): Interaction stats -
tags
(array): Video categories -
platform
(object): Source platform
-
-
filters
(object): Search filters -
type
(string): Always "shortVideos"