Searching MP4 Files

Simply Index and Search your MP4 Files

from mixpeek import Mixpeek

mix = Mixpeek(mixpeek_key="API_KEY")

# index our MP4 file
mix.index("file.mp4")

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

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

Become a multimodal maker.

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