curl --request POST \
--url https://platform.kodexa.ai/api/knowledge-features/assignToKnowledgeItem \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"featureId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"documentFamilyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"knowledgeItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'Links a knowledge feature to a knowledge item.
curl --request POST \
--url https://platform.kodexa.ai/api/knowledge-features/assignToKnowledgeItem \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"featureId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"documentFamilyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"knowledgeItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Feature assigned