Google AI Mode API
Request Google's AI Mode answer with the same authentication and locale controls as Google Search.
Make a request
Use your existing API key with Google Search. Successful requests consume one credit and appear in your request history.
POST /v1/google/search
curl 'https://api.prismcrawl.com/v1/google/search' \
--request POST \
--header 'content-type: application/json' \
--header 'x-api-key: <PRISMCRAWL_API_KEY>' \
--data '{
"query": "why is the sky blue",
"udm": 50,
"gl": "us",
"hl": "en"
}'Read the response
Read the generated answer and citations from the ai_summary item in data.content.serp_features. PrismCrawl follows the source's native answer continuation.
With MCP, use the google_search tool and the same request parameters.