How to apply profanity filter on deepgram transcri...
# support
r
I couldn't find any option to add profanity filter in the create assistant api. Is there a way to add profanity filter. I saw a transcript containing a profane word and wanted such words to be replaced by **
v
I can help implement a profanity filter for your assistant transcripts by automatically detecting and replacing inappropriate words with **. One approach is to run the transcript through a customizable filter before storing or displaying it. do you want the filter applied in real-time during the conversation, or just when generating/storing the transcript? @rudd
c
Profanity filters are not currently a feature in Vapi, but if you would like to see that feature on our platform, feel free to add it to the feature request list here --> As a workaround, you could send a
end-of-call report
webhook to a workflow in [make.com](http://make.com) or n8n to process the data and do the text replacements
4 Views