BrandKwikID Documentation
API SuiteDocument Signing

Custom Esign Verification, to validated pre-signed document

Digital document signing service that enables users to create and apply their own electronic signatures with customizable options and secure authentication.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

signed_pdf_filestring
public_key_filestring

Response Body

curl -X POST "https://__mock__/doc-service/v1/esign/esign-custom-verification" \  -F signed_pdf_file="string" \  -F public_key_file="string"
{
  "verification_message": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}