BrandKwikID Documentation
API SuiteDocument Signing

Custom Esign (self-signing)

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

pdf_filestring

Response Body

curl -X POST "https://__mock__/doc-service/v1/esign/esign-custom" \  -F pdf_file="string"
{
  "audit_trail_pdf_base64": "string",
  "signed_pdf_base64": "string",
  "credits_consumed": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}