Decrypt data (streaming).

The request is multipart/mixed with two parts:

  1. application/jose+json — JWE General-JSON header (detached ciphertext).
  2. application/octet-stream — proprietary binary envelope followed by the ciphertext and GCM tag.

The plaintext is streamed directly to the response body.


Supports both SIMPLE keys (single recipient)
and COMPOSITE keys (multiple recipients).

For COMPOSITE keys, decryption uses all recipients to derive
the final content encryption key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
header
object
required

JWET header (General-JSON).

file
required

Binary envelope + ciphertext + tag.

Headers
string
enum
Defaults to application/problem+json

Generated from available response content types

Allowed:
string
enum
Defaults to multipart/mixed

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/problem+json