di5cordtags
11/12/2024, 2:27 PMVapi
11/12/2024, 2:29 PMredact=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:
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!Vapi
11/12/2024, 2:29 PMdi5cordtags
11/12/2024, 3:13 PMShubham Bajaj
11/13/2024, 11:12 AMdi5cordtags
11/13/2024, 4:16 PMShubham Bajaj
11/16/2024, 3:41 PM