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
- Smaller amount of development time
- Flexibility of design
- One request will submit documents and return the results
- 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
DVS Web API
Enhanced
- 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
- More development time is needed