Tokenizer
This API will allow you to exchange your data for tokens. We keep the raw value encrypted and can hand it back to you when you detokenize the data.
Tokenizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
tokenize /tokenize |
Tokenizes a value passed to the endpoint. The value must be 1KB or smaller and the follow characters are not allowed: - The forward slash (/) character - The backslash (\)… |
| GET |
detokenize /detokenize |
The detokenize end point takes a token and returns the original string provided for that token. The original string was provided in the tokenize endpoint call, provided as the… |
Tokenizer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $100 / month | — |
|
| MEGA | $1,000 / month | — |
|