Recommendations
Actionable recommendations to improve AI visibility
Analyzes a saved brand's stored visibility snapshots and returns prioritized, actionable recommendations — the prompts you're missing where competitors appear, negative-sentiment topics, weak engines, and your biggest competitive threat. Free (reads data you already collected). Run visibility checks or a tracker first to build up snapshots.
POST
/v1/recommendations/Authorization
accessKey x-access-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/recommendations/" \ -H "Content-Type: application/json" \ -d '{ "brandId": "string" }'{
"success": true,
"data": {
"brandId": "string",
"brand": "string",
"count": 0,
"recommendations": [
{
"category": "string",
"priority": "string",
"title": "string",
"detail": "string",
"evidence": {}
}
]
}
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}