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
metadata
object
required

Detached JWS (+ pub-key) as JSON part

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