Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 879 Bytes

Tokenize.md

File metadata and controls

16 lines (12 loc) · 879 Bytes

Tokenize

tokenize is a command that encrypts text with a tokenizer

Properties

Name Type Description Notes
json bool Set output format to JSON [optional] [default to False]
plaintext str Data to be encrypted
token str Authentication token (see `/auth` and `/configure`) [optional]
tokenizer_name str The name of the tokenizer to use in the encryption process
tweak str Base64 encoded tweak for vaultless encryption [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]