How to add machine-generated tags to a post?

Assume when users create topics, they don’t write specific tags. I wonder how their posts are tagged. Is there any way to use an API to call a specific tagging algorithm to tag the user’s topics?

Thanks

1 Like

Yes, you can use the API to add tags to any topic. Learn more about the API with How to reverse engineer the Discourse API

3 Likes

Here’s a plugin that adds a default tag https://github.com/pfaffman/discourse-topic-default-tag

2 Likes