Anonymize Text
Anonymize the provided text.
curl -X POST "https://loading/api/sdp/anonymize" \ -H "Content-Type: application/json" \ -d '{ "text": "string", "transformations": [ { "targets": [ { "entity_type": "string" } ] } ] }'{
"text": "string",
"map": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}