Skip to main content
POST
cURL

Get Your Vizlook API Key

Sign up and receive $10 free credit.

Authorizations

x-api-key
string
header
required

API key must be provided via x-api-key header.

Body

application/json
query
string
required

The query string for the search.

Example:

"how to be productive"

category
enum<string>

A video category to focus on. The video category classified by our algorithm.

Available options:
Healthcare,
Ecommerce,
Tech,
Finance,
Education
Example:

"Tech"

startPublishedDate

Start date for results based on video published date in ISO timestamp string or millisecond. Such as '2025-01-01T00:00:00Z' or 1735689600000.

Example:

"2025-01-01T00:00:00Z"

endPublishedDate

End date for results based on video published date in ISO timestamp string or millisecond. Such as '2025-01-01T00:00:00Z' or 1735689600000.

Example:

"2025-01-01T00:00:00Z"

containSpokenText
string

A text string to search for in the video's spoken audio transcription, case-insensitive.

Example:

"work smarter and with more intensity"

containScreenText
string

A text string to search for in the video's on-screen text, case-insensitive.

Example:

"I struggle a lot with like"

maxResults
integer

The maximum number of search results to return. The default value is 10 and the maximum value is 20.

Example:

5

contentOptions
object

Configure what search results include.

Response

200 - application/json

Successful response

results
object[]

A list of search video results containing title, URL, published date, author, highlight clips, transcription, summary.

dollarCost
object

Dollar cost of the request.