Skip to main content
POST
/
ai_based
/
youtube
/
search_shorts
/youtube/search_shorts
curl --request POST \
  --url https://api.anysite.io/ai_based/youtube/search_shorts \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "timeout": 300
}
'
{
  "video_id": "<unknown>",
  "title": "<unknown>",
  "thumbnail_url": "<unknown>",
  "video_url": "<unknown>"
}

Body

application/json
query
string
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

video_id
any
required
title
any
required
thumbnail_url
any
video_url
any