curl --request PUT \
--url https://api.open.cx/tags/auto-tagging \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'{
"enabled": true
}Turn AI auto-tagging on or off. When enabled, the AI will automatically apply relevant tags from your taxonomy to chat sessions based on conversation content.
curl --request PUT \
--url https://api.open.cx/tags/auto-tagging \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'{
"enabled": true
}Was this page helpful?