Skip to main content

Get Signature Images (Base64)

GET 

/v3/documents/:documentId/img-signatures

This endpoint retrieves the image of a signature from a document.

Request

Path Parameters

    documentId stringrequired

    The unique identifier of the document.

Responses

provide the images of the signature representation for each signer of the signature. images are provided as PNG files encoded in base64 format

Schema

    documentId stringrequired

    The id of the document for which the signature is being created.

    signatures

    object[]

    required

  • Array [

  • signerId stringrequired

    The id of the signer that has signed the document.

    imgB64 stringrequired

    The base64 encoded image of the signature.

  • ]

Loading...