IDScan.net

    Show / Hide Table of Contents

    DVS Web API

    DVS Web API provides two options for your development team to choose from.

    1. Simple Integration
    2. Enhanced Integration

    The first option allows your client side application, which can be either a Native IOS/Native Android app or a Web Application, to collect the image data and send it to your backend server application which will then relay the data to the DVS Web API for processing. This option relies on your application sending an HTTP request with the image data encoded as base 64 strings in the body.

    The second option is available to teams developing a Web Application. This option makes use of the Idscan.net DVS Web Library to help collect the image data and to send the HTTP request directly to the DVS Web API. The verification results can be requested by your backend application when needed from the results queue on the DVS server.

    Either approach will allow for rapid development and the ease of integration will make either option an attractive choice to your development team.

    Back to top IDScan.net