Quba Docs

Anonymize Text

Anonymize the provided text.

POST
/anonymize

Request Body

application/json

Response Body

application/json

application/json

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"
    }
  ]
}