Configure Redaction
Learn how to define and publish a BrainEngine project.
Create Project
{
"sid": "NER000",
"name": "ner",
"active": true,
"agent_location": "left",
"inbound": true,
"scrubaudio": true,
"scrubtext": true,
"rules": [
{
"name": "Person",
"active": true,
"mask_type": "Placeholder",
"setting": "[NAME]",
"real_time": true
}
]
}Publish Redaction Project
Request Body
Name
Type
Description
Expected Response
Confirm Project Configuration
Query parameters
sidstringOptional
The character string that uniquely identifies the project.
typestringOptionalDefault:
The type of project. Options: 'realtime' or 'batch'
realtimeResponses
200
Returns the project cache information
No content
404
Unable to return cache for the selected project
500
Internal server error
get
/system/cacheNo content
Expected Response
Resubmit Sample Call
Expected Response
Last updated