RegexMy Redact Sensitive Text

PAID
By RegexMyAPIs | Updated 16 days ago | Text Analysis
Health Check

N/A

README

Welcome to our Sensitivity Detection and Redaction API documentation. This API is designed to assist you in identifying sensitive data within text and it offers a redaction endpoint to enhance data privacy by redacting sensitive information.

Endpoint 2: /api/redactpii

Overview

This endpoint takes input text and redacts sensitive data, enhancing data privacy.

Request
Method: POST
Endpoint: /api/redactpii
Content Type: application/json
Request Body Example

json
{
  "text": "This is a test with personal data like ssn 444-555-6666 and card number 5555-5555-5555-4444."
}

Response
A successful response will have a JSON structure as follows:

json
{
  "state": "Ok",
  "response": {
    "redactedText": "This is a test with personal data like ssn ********* and card number ****************."
  },
  "error": null
}

Explanation

redactedText: The input text with sensitive data redacted.

Utilize these powerful endpoints to enhance the security and privacy of your data. If you have any questions or encounter issues, feel free to contact our support team at support@regexmy.com.

Followers: 1
Resources:
Product Website Terms of use
API Creator:
Rapid account: Regex My AP Is
RegexMyAPIs
RegexMyAPIs
Log In to Rate API
Rating: 5 - Votes: 1