GET
/
api
/
v1
/
serp_ai_mode
curl --request GET \
  --url https://www.fetchserp.com/api/v1/serp_ai_mode \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "results": [
      {
        "ai_overview": {
          "content": "<string>",
          "sources": [
            {
              "title": "<string>",
              "url": "<string>",
              "site_name": "<string>",
              "description": "<string>",
              "ranking": 123
            }
          ]
        },
        "ai_mode_response": {
          "content": "<string>",
          "sources": [
            {
              "title": "<string>",
              "url": "<string>",
              "site_name": "<string>",
              "description": "<string>",
              "ranking": 123
            }
          ]
        }
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

A bearer token that will be supplied within an Authorization header as bearer <token>.

Query Parameters

query
string
required

The query to search

Response

200
application/json

success

The response is of type object.