API References
Scan Text
Scan the provided text for sensitive data.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/scan" \ -H "Content-Type: application/json" \ -d '{ "text": "string" }'{ "results": [ { "start": 0, "end": 0, "score": 0, "entity_type": "string" } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}