TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: File Search API for Your Software

5 pointsby Beefinover 3 years ago

2 comments

Beefinover 3 years ago
hey HN, creator of Mixpeek here.<p>I was overwhelmed with how many multimedia files are rendered unused in my S3 bucket, Google Drive, etc. so I built an engine that I could just into any of my new products moving forward. I decided to offer this as an independent service.<p>How it works: you send your file to &#x2F;upload where our server runs a text extraction engine on it (depending on if its pdf, video, audio, image, etc. it&#x27;s a different engine). the output is then placed inside a lucene search engine where you can search the contents (alongside any of your other files&#x27; text) using &#x2F;search.<p>What can I use it for: the possibilities are endless but this is a cloud-agnostic API that lets you add file search to your software simply and effectively.<p>Questions, comments, etc. email: info (at) mixpeek.com<p>If you&#x27;d like to signup, there&#x27;s a typeform on the page.
calibulldogover 3 years ago
This is pretty cool. Any plans on releasing some form of wrapper or SDK for this? I have something similar in node that&#x27;s a pain to maintain. I think this could replace it very nicely.