Skip to main content

Overview

The Embed Signing feature allows you to integrate the document signing process directly into your web application. This provides a seamless experience for users, enabling them to sign documents without leaving your platform.

Steps

1

Add package

When you want to embed the signing experience, you have to create a package with generateSignerLinks and the embedded package option set to true.
Request
Response
2

Embed signing or VSR

To embed the signing or VSR experience in an iframe, you need to use the signLink.link URL provided in the add package response or by calling the packages/{packageId}/link/sign/{signerId} endpoint directly.
Make sure to set the allow attribute on the iframe to enable necessary permissions like geolocation access.
3

Process embed messages

When embedding the signing experience, you may want to handle certain events such as when the signing is completed or any errors occur. You can achieve this by listening for messages from the iframe.
See the Embed messaging guide for more information.