IDScan.net

    Show / Hide Table of Contents

    DVS Web API Development Guide

    Step 1 - Request a Public Key and a Secret Key from IDScan.net
    Email sales@idscan.net  or support@idscan.net for a Public Key and a Secret Key.
    Step 2 - Choose the Implementation Option Right for You
    DVS Web API

    Simple

    Advantages:
    • Smaller amount of development time
    • Flexibility of design
    • One request will submit documents and return the results
    Disadvantages:
    • Requests are made synchronously
    • Images could consume more network bandwidth
    • Higher load on the backend application server because it acts as a relay for all requests
    • No Liveness Check
    Learn more
    DVS Web API

    Enhanced

    Advantages:
    • More efficient use of network bandwidth
    • Client side pre processing
    • Reduced load on the backend application's server
    • Stores the history of requests in the cloud with the opportunity to see the statistics
    • Images are passed directly from the client application to the DVS server
    Disadvantages:
    • More development time is needed
    Learn more
    Back to top IDScan.net