Fetch images

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

string

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

Image types that are requested. It is strongly advised to fetch one image at the time, as response payload can be potentially big

images

array of strings

required

images*

Show 62 enum values

ADD string

api-version

string

required

Defaults to 1.0

``200 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.

``400 Bad Request

Updated 3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://demo-api.incodesmile.com/omni/get/images \

--header 'accept: application/json' \

--header 'api-version: 1.0' \

--header 'content-type: application/json' 

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200400

Updated3 months ago