GET
/
api
/
v1
/
web_page_ai_analysis
curl --request GET \
  --url https://www.fetchserp.com/api/v1/web_page_ai_analysis \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "ai_analysis": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

url
string
required

The url to analyze

prompt
string
required

The prompt to use for the analysis

Response

200
application/json

success

The response is of type object.