Fetch image links for second id
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
id
string
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-second-id/v2 \
--header 'accept: application/json' \
--header 'api-version: 1.0' \
--header 'content-type: application/json'
application/json
200400
Updated3 months ago