Deanonymize a list of text
curl --request POST \ --url https://api.scooba.ai/v1/deanonymize \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "anonymized_text": [ "<string>" ], "entities_map": [ { "text": "<string>", "anonymized_text": "<string>" } ] }'
{ "deanonymized_text": [ "<string>" ] }
Show child attributes