curl --request GET \
--url https://ai.wisepilot.app/api/v1/seo/competitors \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"keywords": [
{
"keyword": "<string>",
"yourPosition": 123,
"competitorPosition": 123,
"volume": 123,
"gap": "shared"
}
]
},
"meta": {
"total": 123,
"limit": 123,
"offset": 123
}
}Competitor keyword overlap and gap analysis.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/seo/competitors \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"keywords": [
{
"keyword": "<string>",
"yourPosition": 123,
"competitorPosition": 123,
"volume": 123,
"gap": "shared"
}
]
},
"meta": {
"total": 123,
"limit": 123,
"offset": 123
}
}API key prefixed with cr_ (e.g. cr_a1b2c3...)
Website ID. Auto-resolved if key has single website scope.
Competitor domain to compare against
Max results (default 50, max 200)
x <= 200Pagination offset
x >= 0