We have two primary forms of integration that are not mobile specific.
The first option is an integration with what we call "VerifyAPI and Evident UI", this is our easiest integration method which allows you to create the request from your end via a RESTful API endpoint which will then trigger Evident's platform to send an email with your branding and language to the end user asking them to submit their information to Evident. This method of integration is our most common and you should have already seen the submission process the end user would go through if you've been through a request on our portal. We recommend this first option as the quickest way to get integrated and running, while requiring the least amount of development work on your end.
The second option for integration, which requires more development work on your end, is called "VerifyAPI and SubmitAPI." This method still uses VerifyAPI to create the request, but it allows you to submit data on behalf of your end user via a second RESTful API endpoint we call SubmitAPI. This way the user never sees the Evident platform and gives you full control of the users data while using Evident as a verification platform. We recommend this second option if you want to have full control of the users data and experience through the verification process. This option will require frontend and backend work on your platform.
Both of these integration options can be found better in our general developer documentation found here: https://demo-docs.evidentid.com/v1
You can also manually find the auto generated documentation by logging into https://demo.evidentid.com click "Docs (Beta)" on the left hand navigation bar and selecting the integration method of your choice from the list that expands below. Once you've chosen your integration type you'll select your template from the dropdown bar labeled "Select a template" to view the documentation.