Searching PAGES Files

Simply Index and Search your PAGES Files

from mixpeek import Mixpeek

mix = Mixpeek(mixpeek_key="API_KEY")

# index our PAGES file
mix.index("file.pages")

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

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

Become a multimodal maker.

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