Is there a support about api check when users create topic

I have a third-party api which to check your conent/image submitted, it helps me to filter the contents that don’t fit for our technical forum.Is there a support I can combine my third-party api into my discourse forum. Thanks a lot.

1 Like

You could try configuring a Post Event Webhook to point to your app. Your app could then analyze the payload and act on the post through the Discourse API. For details about the Discourse API, this is a good place to start: How to reverse engineer the Discourse API.

3 Likes