Restore identifiers into a local file
release_to_fileRestore original identifiers from a protected session and write them to a file, returning a receipt to keep sensitive data out of the model context.
Instructions
Restore original identifiers into text produced from a protected session, writing the result to a file inside the server's configured release directory (REDACTA_RELEASE_DIR). Returns only a receipt — file path, size, and counts — so restored data never enters the model context. This is the privacy-preserving way to complete the round trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text containing Redacta tokens to restore. | |
| session_id | Yes | The session_id returned by protect. |