Accounts
One Chrome profile per Google account. Tokens harvested via extension.
| Account | Bearer | reCAPTCHA | Credits | Proxy | Actions |
|---|---|---|---|---|---|
|
|
missing
|
|
|||
|
No accounts yet
Install the extension → open labs.google/fx/tools/flow in a logged-in profile
| |||||
Generate
Image via Imagen 4 · video via Veo 3.1.
Veo 3.1
Proxies
Residential pool · assign per account.
Add proxy
Bulk import
One per line. Format: host:port:user:pass or full URL.
| Name | URL | Country | Notes | |
|---|---|---|---|---|
| No proxies yet. Add one above. | ||||
Browser extension
Captures auth tokens from your real Google sessions and feeds this server.
Flow Harvester
Version · Chrome Manifest V3 · Firefox compatible
Install steps
Multi-account setup
Create one Chrome profile per Google account. In each profile, install the extension and configure a unique account email. For best results, pin a residential proxy to each profile (Chrome → Settings → System → Open proxy settings). The server will replay tokens through whatever proxy you assign to that account here.
Recent generations
Last 200 calls · auto-refreshes every 10s.
| Time | Kind | Account | Prompt | Result |
|---|---|---|---|---|
|
ok
view ↗
|
||||
| No generations yet. | ||||
REST API
Use from Hermes, scripts, or anywhere. Authenticate via X-Api-Key header.
curl example
curl -X POST /api/generate/image \
-H 'X-Api-Key: $API_KEY' \
-H 'Content-Type: application/json' \
-d '{"prompt":"a serene mountain lake at dawn","aspect_ratio":"IMAGE_ASPECT_RATIO_SQUARE"}'
| Method | Path | Body / Notes |
|---|---|---|
Interactive docs
FastAPI auto-generates OpenAPI spec + Swagger UI: