Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
API key prefixed with cr_ (e.g. cr_a1b2c3...)
cr_
cr_a1b2c3...
The entity UUID
Website ID. Auto-resolved if key has single website scope.
Entity detail
Show child attributes