Privacy Policy

Last updated: May 30, 2026

1. Overview

Gemini Bridge API is a stateless gateway that enables users to interact with Google Gemini services using their own credentials. We prioritize your privacy by not requiring account creation and minimizing data retention.

2. Credentials

You provide your own Gemini credentials (__Secure-1PSID and optionally __Secure-1PSIDTS) per request. These are sensitive session keys that authorize the bridge to act on your behalf.

3. Server Processing

Our Node.js server runtime processes your request temporarily to translate it for the Gemini Reverse Client. Credentials are held in memory only for the duration of the request execution.

4. No Permanent Storage

We do not store your Gemini cookies or conversation data in any permanent database on our servers. The bridge is intentionally stateless.

5. Local Storage

The interactive playground may store your credentials in your browser's LocalStorage only if you explicitly enable "Persist session". This data never leaves your device except when sent to the API.

6. Logs

Operational logs on platforms like Vercel may capture request metadata (IP, timestamp, path). We explicitly sanitize logs to ensure raw cookies are never recorded.

7. Contact

For privacy concerns, you can contact the developer: miftahganzz on GitHub or Telegram.

Gemini Bridge API ยท Developed by Miftah