ConsoleCatalog
Sign in
Google AI Mode logo

Google AI Mode

google.comResearchno auth

Cited answers, plus Google Scholar paper search and details.

AI Mode

ASYNCSEARCHNo auth

Returns an AI Mode answer with citations, products, and businesses for a prompt.

ParametersFormJSON

The prompt to send to Google AI Mode (max 4096 chars)

Optional follow-up prompt in the same conversation (submitted as a new ?q= navigation)

Optional 2-letter proxy country code for the browser session (e.g. 'us', 'in')

Include answer_html (full /async/folwr stream body, ~0.3MB). Off to keep responses small/inline

Pull in the extra product details Google shows when you click on a product - full star rating, expert reviews from sites like RTINGS and WIRED, product photos, and prices from other stores selling the same item. Leave on for richer results (3 credits/call). Turn off for a faster, simpler answer (1 credit/call, saves about 10-30 seconds per search)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "ai_mode",
    "params": {
      "prompt": "What is the capital of France? Answer in one sentence.",
      "include_html": false,
      "enrich_oapv": true
    }
  }'