Self-hosted API
The Self-hosted API allows you to run BlinkID document recognition on your own infrastructure, giving you full control over data processing and security.
Getting Started
📄️ Quick setup
Prerequisites
📄️ Use cases
|Use case|Endpoint to use|
📄️ Third party software
Self-hosted API is built as a native image with GraalVM Community Edition. The license can be found here.
📄️ Downloads
| Name | Link |
📄️ Docker environment variables
Environment variables are for the current version and may differ for a previous versions.
📄️ Authentication
Self-hosted API currently supports basic authentication. To enable it set docker environemnt variable ENABLESECURITY to true, and provide BASICAUTHUSERNAME and BASICAUTH_PASSWORD environment variables.