توثيق قبة

Anonymize Text

Anonymize the provided text.

POST
/anonymize

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://app.quba.ae/api/sdp/anonymize" \  -H "Content-Type: application/json" \  -d '{    "text": "string",    "rules": [      {        "entities": [          {            "value": "string"          }        ]      }    ]  }'
{
  "text": "string",
  "results": []
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}