Onboarding APIs
Execute Recorded Video
5 min
note acceptable format mp4 format with video encoding of h264 and audio encoding of aac (advanced audio coding) endpoint /api/onboardings/execute headers property value content type application/json authorization …access token… (alphanumeric string of length 64) input { "merchantid" " merchantid ", "inputdata" { "service" "video", "type" "video", "task" "verify", "data" { "video" " video url ", "transactionid" " transactionid ", "matchimage" " url of poi image containg user photo ", "seconds" \[ "00 00 02", "00 00 04", "00 00 06", "00 00 08" ], "type" "video" } } } property data type example values merchantid string ( required ) alphanumeric string of length 24 userid from the investor login response field inputdata object ( required ) payload –service enum string ( required ) “video” –type enum string ( required ) “video” –task enum string ( required ) “verify” –data object( required ) payload containing video details — video url string ( required ) video url — snapshot url string ( optional ) image url of snapshot from video containing user’s face — transactionid string ( required ), must be an alphanumeric string of length 30 transaction id received in the start video api call — matchimage url string ( required ) url of poi image containing user photo — seconds array of moment strings at which face was detected in the video" ( optional ), must contain moments in a valid format, example “00 00 08” array of moment strings at which face was detected in the video" ( optional ), must contain moments in valid format details — type enum string ( required ) “video” expected output { "object" { "n" 1, "nmodified" 1, "ok" 1 } } getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com