Deepgram Redaction
# support
d
The Deepgram API has the ability to pass in URL params to redact PCI and PII per their docs: i.e. https://api.deepgram.com/v1/listen?redact=pci&redact=pii Do I have control over injecting those URL parameters into the endpoint so we can have redaction capabilities with our deepgram transcripts? #1211484481848873020 #1243025299361370176 #1211483291191083018
v
@di5cordtags Yes, you can control the injection of URL parameters into the endpoint for redaction capabilities with your Deepgram transcripts. When you set up your server URL to handle requests to the Deepgram API, you can include the necessary redaction parameters (
redact=pci
and
redact=pii
) as part of the query string in the URL you construct. For example, if you're making a request to the Deepgram API for speech-to-text transcription and you want to redact both PCI and PII data, you would append the redaction parameters to the endpoint URL like this:
Copy code
https://api.deepgram.com/v1/listen?redact=pci&redact=pii
Make sure to include these parameters each time you construct a request that requires redaction. If you need assistance with setting up or testing this functionality, please let me know, and I'll be happy to help!
You can continue this conversation by mentioning me in the message.
d
I put my own Deepgram account in the API and it let me add it but doesn't recognize anything. I'm getting this error. Transcriber failed (reason: Received network error or non-101 status code.) I used this endpoint: https://api.deepgram.com/v1/listen?language=en&model=nova-2&redact=pci&redact=pii I see they have a websocket endpoint but VAPI woudln't even let me save wss://api.deepgram.com/v1/listen?redact=pci&redact=pii If you can tell me what the exact endpoint that should be there that would help a lot.
s
Hey @di5cordtags no you don't have the capability now for individual service provider instead you can enable HIPAA for the complete call. If it's critical for you, raise the feature request over here: https://vapi.canny.io
d
Ok thanks. So I need HIPAA monthly package to use my own Deepgram account? Interesting. But I am using my own LLM OpenAI Account now without that HIPAA package. So it's only deepgram I can't use my own account? Very confusion since the feature is availble to me to enter my own account even without the HIPAA enabled. Ok I will request that feature. Thanks.
s
@di5cordtags checking if this ticket can be closed.
8 Views