detokenize is a command that decrypts text with a tokenizer
Name | Type | Description | Notes |
---|---|---|---|
ciphertext | str | Data to be decrypted | |
json | bool | Set output format to JSON | [optional] [default to False] |
token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
tokenizer_name | str | The name of the tokenizer to use in the decryption process | |
tweak | str | Base64 encoded tweak for vaultless encryption | [optional] |
uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |