Quick Start¶
This guide will help you quickly start working with the eKYC Toolkit using Cloud API and code examples for major platforms. By following this guide, you can quickly understand how to use our solution and explore its capabilities.
Step 1: Explore the Cloud API¶
The Cloud API allows you to interact with the eKYC Toolkit backend without the need to deploy server components locally. It is designed to help you quickly get started and evaluate our solution; however, for the integration process, we recommend downloading and running the server-side solution locally. For more details, refer to the Server Getting Started page.
To learn more about the Cloud API, including its endpoints, authentication, and usage, refer to the Cloud API documentation.
Step 2: Use Code Examples¶
To simplify the integration process, we provide ready-to-use code examples for the Face Capture Library and Document Capture Library on the following platforms:
- Web: eKYC Web Example
- iOS: eKYC iOS Example
- Android: eKYC Android Example
These examples demonstrate how to integrate our capture libraries into your application and interact with the Cloud API. You can download the examples, run them, and modify them to suit your needs.
Step 3: Test and Evaluate¶
- Clone the appropriate code example repository for your platform.
- Follow the instructions in the repository's README file to set up and run the example.
- Use the Cloud API to process the captured data and evaluate the results.
By combining the Cloud API with the provided code examples, you can quickly understand how the IDLive® eKYC Toolkit works and how it can be integrated into your application.