GET
/
api
/
v1
/
serp_ai
curl --request GET \
  --url https://www.fetchserp.com/api/v1/serp_ai \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "query": "<string>",
    "country": "<string>",
    "uuid": "<string>"
  }
}

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

country
string

The country to search from. Default to us.

Response

200
application/json

success

The response is of type object.