Re-identify from a client-held token map (legacy)
reinstateReverse a redaction by replacing tokens with original values from a client-supplied token map, restoring personal data in the result.
Instructions
LEGACY: reverse a redaction using a token map held by the client (from the legacy redact tool). Restored personal data will appear in this tool result. For session-based restoration that keeps mappings server-side, use protect + release_to_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text containing Redacta tokens to restore. | |
| token_map | Yes | Token map, e.g. {"[NHS_NUMBER_1]": "943 476 5919"}. |