Skip to main content
POST
/
v1
/
verify
Verify
curl --request POST \
  --url https://api.superdoc.dev/v1/verify \
  --header 'Content-Type: application/json' \
  --data '{
  "document": {}
}'
{
  "valid": true,
  "reason": "<string>",
  "signer": "<any>",
  "signers": [
    "<any>"
  ],
  "document": {}
}

Body

application/json
document
object
required

Document to verify

Response

Default Response

valid
boolean
required

Whether the signature is valid

reason
string

Explanation of verification result

signer
any

Primary signer information

signers
any[]

All signers (only when valid)

document
object

Document metadata (only when valid)