v1

latestOpenAPI 3.1.0Apache 2.02026-07-24113269342.0 KB
Interview

Fetch concatenated images

Concatenates requested images from user. Resulting image keep the largest width of the requested images and preserves the order.

post/omni/get/concatenated-images

Query parameters

idstring

Id of onboarding for which images are requested. If not present, it will be extracted from token.

Headers

api-versionstring required

Request body

imagesstring[] required

Response

For each requested image type, response contains line in format:

{imageType}: String (base64)

Base64 representation of image. Additionally, if signature image is requested, response will contain an array of all signatures.

object required