Get complete information about a video or short. To get transcripts, use the dedicated /v1/scrape/youtube/video/transcript endpoint.
Documentation Index
Fetch the complete documentation index at: https://docs.sociavault.com/llms.txt
Use this file to discover all available pages before exploring further.
YouTube video or short URL
Preferred response language (mapped to Accept-Language header; not guaranteed due to YouTube localization behavior). 2 letter language code, ie 'en', 'es', 'fr' etc.
"en"
Successful response
Key Response Fields:
data.id: YouTube video IDdata.title: Video titledata.description: Video description (may be null for shorts)data.url: Full YouTube video URLdata.thumbnail: Thumbnail image URLdata.type: Media type — "video" or "short"data.publishDate: ISO timestamp of publicationdata.viewCountInt: View count as integerdata.likeCountInt: Like count as integerdata.commentCountInt: Comment count as integerdata.durationMs: Duration in millisecondsdata.durationFormatted: Duration as formatted string (e.g., "00:01:30")data.channel.id: Channel ID of the creatordata.channel.handle: Creator's @handledata.genre: Video genre/categorydata.keywords: Associated keywords/tags