We use analytics and minimal tracking across our websites to help improve performance and user experience. Our privacy policy.
curl --request POST \
--url https://api.private-ai.com/deid/v3/bleep \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"file": {
"data": "<string>",
"content_type": "<string>"
},
"timestamps": [
{
"start": 123,
"end": 123
}
]
}
'{
"bleeped_file": "<string>"
}Bleep an audio given the timestamps to bleep.
curl --request POST \
--url https://api.private-ai.com/deid/v3/bleep \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"file": {
"data": "<string>",
"content_type": "<string>"
},
"timestamps": [
{
"start": 123,
"end": 123
}
]
}
'{
"bleeped_file": "<string>"
}Successful Response
the base64 encoded file content of the redacted file.