curl --request GET \
--url https://api.open.cx/tags/auto-tagging \
--header 'Authorization: Bearer <token>'{
"enabled": true
}Check whether AI auto-tagging is enabled for your organization. When enabled, the AI automatically applies relevant tags to chat sessions based on conversation content.
curl --request GET \
--url https://api.open.cx/tags/auto-tagging \
--header 'Authorization: Bearer <token>'{
"enabled": true
}Was this page helpful?