Video
content_type=videoPages whose primary content is video, indexed via their text metadata and transcripts.
Indexed through surrounding text and transcripts rather than the media itself. Useful for discovery; the passage text is what gets retrieved.
What this covers
- talk recordings
- tutorial videos
- conference sessions
Example
curl -H "x-api-key: $UNLOB_API_KEY" \
"https://api.unlob.com/search?q=your+query&content_type[]=video&limit=10"Common questions
What is the video content type?
Pages whose primary content is video, indexed via their text metadata and transcripts.
How do I search only video?
Set content_type[]=video on any search request. Content type is assigned at index time from page structure and markup rather than guessed from the URL, so the filter is reliable.
Filter by what a page is
Content type is assigned at index time from structure, not guessed from the URL — so the filter does what it says.