Skip to main content
POST
Test sanitizer with sample text

Authorizations

Authorization
string
header
required

Bearer token authentication. Supports two token types:

  • JWT Access Token — obtained via POST /v1/auth/login
  • Personal Access Token (PAT) — created via POST /v1/api-tokens, format: cmnd_<tokenId>.<secret>

Body

application/json
text
string
required

Text to test

context
string

Optional context for PII rules

check_type
enum<string>
default:input

Type of check to perform

Available options:
input,
content

Response

Test results