Detector24
PII Solicitation Detection
TextPrivacy & Security

PII Solicitation Detection

Detect when users ask for or share personal information

Accuracy
99.5%
Avg. Speed
150ms
Per Request
$0.0030
API Name
pii-solicitation-detection

API Reference

Version
2601
Jan 3, 2026
Avg. Processing
150ms
Per Request
$0.003
Required Plan
trial

Input Parameters

Detects PII solicitation and sharing in text content

textstringRequired

Text content to analyze for PII solicitation or sharing

Example:
Please send me your social security number

Response Fields

PII detection result with asking/giving classification

has_piiboolean

True if PII solicitation or sharing detected

Example:
true
asking_probabilityfloat

Probability that text is asking for PII (0.0-1.0)

Example:
0.92
giving_probabilityfloat

Probability that text is giving out PII (0.0-1.0)

Example:
0.05
max_probabilityfloat

Highest probability between asking and giving (0.0-1.0)

Example:
0.92
labelstring

Classification result

Example:
asking_pii

Complete Example

Request

{
  "model": "pii-solicitation-detection",
  "content": "Please send me your social security number"
}

Response

{
  "success": true,
  "data": {
    "has_pii": true,
    "asking_probability": 0.92,
    "giving_probability": 0.05,
    "max_probability": 0.92,
    "label": "asking_pii"
  }
}

Additional Information

Rate Limiting
If we throttle your request, you will receive a 429 HTTP error code along with an error message. You should then retry with an exponential back-off strategy, meaning that you should retry after 4 seconds, then 8 seconds, then 16 seconds, etc.
Supported Formats
txt, json
Maximum File Size
1MB
Tags:piiprivacysolicitationsharingsecurity

Ready to get started?

Integrate PII Solicitation Detection into your application today with our easy-to-use API.