Show HN: AI Mode API – Turn Big G's AI Mode into an API
aimodeapi.comI wanted to query Google's AI Mode programmatically, and there's no official API. So I built a browser extension that gives you a private API endpoint tied to your browser.
Install the extension → it connects to a relay server → you get a unique, private endpoint. Send POST requests from your scripts/terminal. Your browser receives the query, the extension fires up AI Mode, executes the query, returns JSON with the answer, follow-ups, and sources.
The endpoint is private (only you can query it). Extension only touches the AI Mode page, nothing else in your browser.
Demo video: https://youtu.be/IIn-WsVBtnU - first 2 minutes is a live demo, rest is technical walkthrough.
Built for research and monitoring use cases. Rate limits apply since this runs through your browser session. Free to use, planning to open source the server code soon.
Docs/API ref: https://aimodeapi.com/docs
No comments yet.