curl --request POST \
--url https://api.mentionlab.io/api/entity-groups/{id}/unassign \
--header 'Content-Type: application/json' \
--header 'x-project-id: <x-project-id>' \
--data '
{
"entityIds": [
"uuid-1",
"uuid-2"
]
}
'curl --request POST \
--url https://api.mentionlab.io/api/entity-groups/{id}/unassign \
--header 'Content-Type: application/json' \
--header 'x-project-id: <x-project-id>' \
--data '
{
"entityIds": [
"uuid-1",
"uuid-2"
]
}
'Documentation Index
Fetch the complete documentation index at: https://docs.mentionlab.io/llms.txt
Use this file to discover all available pages before exploring further.