
Lookio
If NotebookLM had an API - Reliable RAG agents made easy
71 followers
If NotebookLM had an API - Reliable RAG agents made easy
71 followers
Lookio lets you build AI assistants that answer questions using your company's documents. Perfect for automating customer support, scaling content creation, and powering workflows. API-first design with flexible query modes. Start free with 250 credits.










Hey Product Hunt! π I'm excited to share Lookio, the platform that makes reliable and sourced AI knowledge retrieval (RAG) accessible for every company.
I spent the last 2 years testing all possible ways to nail content workflows based on the company's documentation (previously in the carbon accounting industry), especially for marketing use case when the team struggles to write expert content at scale.
Building accurate and reliable RAG systems is an art (cleaning & formatting the data, embedding pipeline, metadata, chunking methods, retrieval techniques...) and I wanted to offer an easy-to-implement solution.
Early users describe it that way "NotebookLM, but with an API".
3 steps to get started:
- Upload your resource documents (PDF, Docx, URLs, plain text...)
- Configure Assistants (context, output guidelines, resources access)
- Query your Assistants via API (e.g. via n8n, Make, Zapier) to automate retrieval
Main use cases are sourced SEO content generation, support chatbots, internal tools, but high quality knowledge retrieval can be embedded into many more company workflows.
I also made sure to make the tool accessible so you don't need a subscription and can simply pay as you go with credit packs!
We're offering 250 free credits to get started β no credit card needed!
Shipping improvements on a weekly basis - we'd love to hear your feedback and see how you're building with Lookio.
Big shoutout to Softr, no-code app builder, for powering the tech behind the platform that allows us to evolve so fast
Thanks for checking us out!
Amazing. can users download the cleaned-up data as a CSV file?
@thematthew_everettΒ interesting - do you mean the data extracted from PDFs for example?
Softr
Nice one! does it work with website pages and documents only ? Can we ingest other sources like intercom messages history?
@arturmkrtchyanΒ good question - I've released an API endpoint to import resources and it supports files (PDF, docx), URLs to fetch, but also any plain text which can be Intercom messages that you programmatically send via API.
Hope this helps π
Lago
Can I build a blog writer based on my doc and existing content ?
@dominique_giancaniΒ absolutely that's the #1 way I personally use it, one of my website x10 its traffic as my articles were finally good quality: It's a dream interpretation blog and I could plug in some books from Carl Jung which is the father of the dream interpretation methodology, so it's as if all my articles were written by the expert!
I've got an n8n template right here to do that in a very robust way: https://n8n.io/workflows/8782-create-fact-based-articles-from-knowledge-sources-with-lookio-and-openai-gpt/
Tell me if this is what you were looking for! :)
Product Hunt Wrapped 2025
Congrats on the launch! Love the API-first spin on reliable RAG. NotebookLM vibes with dev hooks is super handy. Flexible query modes, pay as you go, and 250 free credits make it easy to try. How do you handle document updates and source citations?
@alexcloudstarΒ thanks for the shoutout - I allow users to set the resource title and source URL to refer to when quoting this document and the underlying engine leverages metadata to surface them!
Softr
Congrats on the launch@guillaume_duvernay! Excited to hunt this product βfirst, for its being amazing and so valuable for many companies, and second, for being built on Softr!
I hope more companies leverage this tech and wish you good luck with this launch! π₯
@mariam_hakobyan5Β when building this API-first product, what I needed was an interface that was the most intuitive possible for users to setup their workspace, import their resources, configure their assistants, get their API key and then track their usage.
And Softr exactly allowed that - super reliable blocks and modern interface - also perfect for EU-based data!!
Great Tool from a great builder.
Is it possible to connect Lookio with airtable ?
@julienairtableΒ great question - and the answer is YES! You'll have to use the script module in Airtable automations to run the API call and the output contains a key with the result that you can then map to create or update a record in your base :)