Searching MOV Files

Simply Index and Search your MOV Files

from mixpeek import Mixpeek

mix = Mixpeek(mixpeek_key="API_KEY")

# index our MOV file
mix.index("file.mov")

# search it (and everything else)
results = mix.search("search query for the contents of our file")

# parse our results
[
  {
    "file_id": "63738f90829faf6a25053f64",
    "filename": "file.mov",
    "importance": "100%"
  }
]
Read the Docs

Become a multimodal maker.

Upgrade your software with multimodal understanding in one line of code.