Replace Personal Information

POST
Replace personal information such as names, SSNs, and emails in a given text.

Request

This endpoint expects an object.
prompt
stringRequired
The prompt to check for personal information.
replace
booleanRequired
Whether to replace personal information.
replace_method
stringRequired
The method to use (random, fake, category, mask).

Response

This endpoint returns an object
id
stringOptional
Unique ID for the chat completion.
object
stringOptional
Type of object (chat completion).
created
integerOptional
Timestamp of when the chat completion was created.
checks
list of objectsOptional
The set of vectorized data.

Errors