PII
Replace personal information such as names, SSNs, and emails in a given text.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
prompt
The prompt to check for personal information.
replace
Whether to replace personal information.
replace_method
The method to use (random, fake, category, mask).
Response
Successful response.
id
Unique ID for the PII check.
object
Type of object (pii_check).
created
Timestamp of when the PII check was created.
checks
The set of vectorized data.