API reference · Onboarding

Attach signature to pdf document

POST/omni/attach-signature-to-pdf

Base URL: https://demo-api.incodesmile.com — Incode demo environment

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.

Path & query parameters

Name In Type Required Description
x query integer (int32) yes The x axis where to place the signature image (from the left bottom corner of page)
y query integer (int32) yes The y axis where to place the signature image (from the left bottom corner of page)
height query integer (int32) yes Height of the image when placed in the pdf, keeps aspect ratio.
pageNumber query integer (int32) number of page on which to put the signature image (pages numbering start from 1, default value is 1)
api-version header string yes

Responses

200

Stream of new pdf document file

400

Bad Request

Response body (application/json):

Field Type Required Description
timestamp integer (int64) UTC timestamp in milliseconds
status integer (int32) Custom error code or HTTP status code
error string HTTP status error
message string Custom error message
path string Endpoint path
details object Custom error details
Was this page helpful?