curl --request GET \
--url https://ai.wisepilot.app/api/v1/content/entities/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "<string>",
"displayName": "<string>",
"entityType": "<string>",
"mentionCount": 123,
"assetCount": 123,
"priorityScore": 123,
"demandSignal": 123,
"commercialValue": 123,
"bookingRelevance": 123,
"recentMentions": [
{
"sourceType": "<string>",
"sourceId": "<string>",
"assetTitle": "<string>",
"confidence": 123,
"extractionMethod": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}
}Get entity details with priority scores and recent mentions.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/content/entities/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "<string>",
"displayName": "<string>",
"entityType": "<string>",
"mentionCount": 123,
"assetCount": 123,
"priorityScore": 123,
"demandSignal": 123,
"commercialValue": 123,
"bookingRelevance": 123,
"recentMentions": [
{
"sourceType": "<string>",
"sourceId": "<string>",
"assetTitle": "<string>",
"confidence": 123,
"extractionMethod": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}
}API key prefixed with cr_ (e.g. cr_a1b2c3...)
The entity UUID
Website ID. Auto-resolved if key has single website scope.