User input
Availability
Available in SDK v1.0+
This capability allows the user to manually input a configurable type of data, such as uploading an image.
Uploading images of ID documents
If you want to allow your users to upload existing images of ID documents instead of scanning them in the Verify step, you can do that by using this block. You will have to pair this block with the Verify block, and will have to link the fields for the uploaded images.
- First add the user input block to the workflow.
- In the user input fields, create two fields: one for the front side of the document, and another for the back side.
- The field name and display name are arbitrary, but should be descriptive (for example "imageFront" and "Front image").
- Link the fields: for the front side image, select "Raw document image front", and for the back side, "Raw document image back".
- Set other attributes as required (make it required, handle as PII, etc.).
- Add a Verify step after the user input.
- Verify will automatically use the images provided in the previous step, instead of activating the camera.
After the image has been passed to Verify, it will be available in other capabilities as well.
tip
This feature is also available using the start node.