Settings

Theme

Show HN: AI Mode API – Turn Big G's AI Mode into an API

aimodeapi.com

1 points by Patt_ 18 days ago · 0 comments · 1 min read

Reader

I 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection