Embedded Signing with the BlueInk API

This site demonstrates a few ways to embed signing into a website or project using the BlueInk API


This demo site is built in JS and uses the official BlueInk API JS Library to build embedded signing workflows.

Example 1: Uploaded Doc

Create an embedded signing using an uploaded document and data entered in a form.

View Example

Example 2: File URL

Create an embedded signing using file URL and data entered in a form.

View Example

Example 3: Base64

Create an embedded signing using Base64 and data entered in a form.

View Example

Example 4: Template

Create an embedded signing using a Template document and data entered in a form.

View Example