curl --request GET \
--url https://ai.wisepilot.app/api/v1/seo/serp-analysis \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"keyword": "<string>",
"features": [
"<string>"
],
"topResults": [
{
"position": 123,
"url": "<string>",
"title": "<string>"
}
]
}
}SERP feature analysis for tracked keywords — featured snippets, PAA, local packs, etc.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/seo/serp-analysis \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"keyword": "<string>",
"features": [
"<string>"
],
"topResults": [
{
"position": 123,
"url": "<string>",
"title": "<string>"
}
]
}
}API key prefixed with cr_ (e.g. cr_a1b2c3...)
Website ID. Auto-resolved if key has single website scope.
Keyword to analyze