cURL
curl --request GET \ --url https://www.fetchserp.com/api/v1/serp_ai_mode \ --header 'Authorization: Bearer <token>'
{ "data": { "results": [ { "ai_overview": { "content": "<string>", "sources": [ { "site_name": "<string>", "url": "<string>", "title": "<string>", "description": "<string>", "ranking": 123 } ] }, "ai_mode_response": { "content": "<string>", "sources": [ { "site_name": "<string>", "url": "<string>", "title": "<string>", "description": "<string>", "ranking": 123 } ] } } ] } }
This endpoint returns the AI overview and AI mode response of the SERP. It is less reliable than the SERP AI Overview and AI Mode 2 steps endpoint but can return in less than 30 seconds.
A bearer token that will be supplied within an Authorization header as bearer <token>.
Authorization
bearer <token>
The query to search
success
Show child attributes