cURL
curl --request POST \ --url https://api.videodb.io/collection/{collection_id}/search/title/ \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "query": "search query", "search_type": "llm" } '
{ "success": true, "data": [ {} ] }
Search for media by title within a collection
API key for authentication (sk-xxx format)
"default"
"search query"
"llm"
Title search results
true