Verify a detached General-JSON JWS with a supplied public key (stream).

Accepts two multipart parts:
metadata – JSON (SignatureUtilityApi)
containing the caller's detached-JWS object (signatureBase64)
and the corresponding publicKey.
file – the raw payload that was signed.

The controller ignores any kid inside the JWS header
and uses the public key supplied by the caller for streaming
verification. On success the endpoint returns a
VerifySignatureResponse with isValid=true.

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.

metadata 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 the payload to find the part that tells it what to do with it.

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

metadata
object
required

Model for verifying digital signatures, including kty/alg/publicKey/signatureBase64.

file
required

Raw payload that was originally signed.

Headers
string
enum
Defaults to application/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/json
application/problem+json