API reference, Onboarding

Attach signature to pdf document

POSThttps://demo-api.incodesmile.com/omni/attach-signature-to-pdf

Attach signature from interview to supplied pdf at (x, y) coordinates with desired height to desired page on pdf. Coordinates are relative to left bottom corner of page.

Query parameters

xinteger (int32)required

The x axis where to place the signature image (from the left bottom corner of page)

yinteger (int32)required

The y axis where to place the signature image (from the left bottom corner of page)

heightinteger (int32)required

Height of the image when placed in the pdf, keeps aspect ratio.

pageNumberinteger (int32)

number of page on which to put the signature image (pages numbering start from 1, default value is 1)

Headers

api-versionstringrequiredDefaults to 1.0

Responses

returns application/pdf
returns application/pdf

Was this page helpful?