/decrypt-gpgAsk AIpost https://api.akeyless.io/decrypt-gpgBody ParamsciphertextstringrequiredCiphertext to be decrypteddisplay-idstringThe display id of the key to use in the decryption processinput-formatstringDefaults to base64Select default assumed format for the ciphertext. Currently supported options: [base64,raw]item-idint64The item id of the key to use in the decryption processjsonbooleanDefaults to falseSet output format to JSONtruefalsekey-namestringrequiredThe name of the key to use in the decryption processoutput-formatstringIf specified, the output will be formatted accordingly. options: [base64]passphrasestringPassphrase that was used to generate the keytokenstringAuthentication token (see /auth and /configure)uid-tokenstringThe universal identity token, Required only for universal_identity authenticationResponses 200decryptGPGResponse wraps response body. defaulterrorResponse wraps any error to return it as a JSON object with one "error" field.Updated 7 months ago