unmask_text
Restores original sensitive values in text by replacing tokens with previously masked data using a session identifier.
Instructions
Restore original sensitive values in text that was previously masked by mask_text.
Replaces tokens like [PESEL:1], [PERSON:2] with the original values stored in the session identified by session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text containing [TAG:N] tokens to restore | |
| session_id | Yes | The session_id returned by mask_text |