Quba
API References

Anonymize Text

Anonymize the provided text.

POST
/anonymize

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/anonymize" \  -H "Content-Type: application/json" \  -d '{    "text": "string",    "rules": [      {        "entities": [          {            "value": "string"          }        ]      }    ]  }'
{  "text": "string",  "results": []}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}
© 2026 Quba. All rights reserved.