Decrypt-then-verify data (streaming, two verdicts).

Consumes the nested ciphertext as multipart/mixed (outer JWE header +
ciphertext), decrypts it and verifies the recovered inner JWS. The response is
multipart/mixed: PART 1 is the decrypted plaintext, PART 2 a

JSON verdict carrying gcmTagVerdict and signatureVerdict
— both MUST be VALID for the overall verdict to be VALID.

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

Sequential multipart body — the parts are read in the order they arrive and the server never buffers the payload.

header MUST be sent before file. A file-first body is rejected with 400 application/problem+json, type .../errors/multipart-part-order. This is a property of streaming, not a policy: the server cannot look ahead past a 512 MiB payload to find the part that tells it what to do with it.

header is bounded at 2 MiB; file has no size limit.

header
object
required

Detached General-JSON JWET header used by the streaming
decryption endpoint – the kid is
mandatory.

file
required

Binary envelope + ciphertext + tag.

Headers
string
enum
Defaults to application/problem+json

Generated from available response 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