What are Initiales?

Initiales allow Signers to affix their Initiales on every page of a Document, ensuring compliance with legal or procedural requirements.

Initiales will automatically be placed on every page of a Document once the signer completes their signature. Initiales will be positioned following the same rule on every page of the Document. If there are multiple Signers, their Initiales will be placed side by side in the designated position.

image.png

Initiales creation

Before jumping to the creation options, let’s review the main characteristics of an Initiale:

ParametersDescriptions
alignmentDefines both horizontal (left, center, right) and vertical (top, bottom) alignment of the Initiales.
y-positionDefines the vertical offset of the Initiales on the page, based on the alignment property.

Alignment options

The alignment parameter determines how Initiales are positioned on the page:

Alignment valuePositioning behavior
top-leftAligns Initiales to the top-left of the page (y is measured from the top).
top-centerAligns Initiales to the top-center of the page (y is measured from the top).
top-rightAligns Initiales to the top-right of the page (y is measured from the top).
bottom-leftAligns Initiales to the bottom-left of the page (y is measured from the bottom).
bottom-centerAligns Initiales to the bottom-center of the page (y is measured from the bottom).
bottom-rightAligns Initiales to the bottom-right of the page (y is measured from the bottom).
leftShortcut for top-left.
centerShortcut for top-center.
rightShortcut for top-right.

Initiales creation with API endpoints

Initiales set up must be at Document upload using this endpoint POST /signature_requests/{signatureRequestId}/documents.

Once the Document is uploaded, the Initiales settings can be changed using this endpoint PATCH /signature_requests/{signatureRequestId}/documents/{documentId}.