curl --request GET \
--url https://api.mentionlab.io/api/entities/{id}/aliases \
--header 'x-project-id: <x-project-id>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"alias": "<string>",
"source": "llm",
"originEntityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]Returns all aliases associated with the entity. Aliases are used during analysis to detect entity mentions in AI responses and source content.
curl --request GET \
--url https://api.mentionlab.io/api/entities/{id}/aliases \
--header 'x-project-id: <x-project-id>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"alias": "<string>",
"source": "llm",
"originEntityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]Project ID to specify the project context
Entity ID