Source: https://docs.microblink.com/blinkid # Introduction BlinkID extracts information from identity documents. It's available as an SDK or as an API. When used as an SDK integrated in your app, all extraction happens locally; no data leaves the device. When used as an API, you self-host our Docker image. You send images to it and get extraction results in the response. We [support](https://microblink.com/resources/full-list-of-supported-identity-documents/) over 2,500 identity documents from more than 140 countries. You can use our pre-built scanning components to ensure a great user experience in your app. ## Try it out Try our demo apps, no integration required: - [Web](https://demo.microblink.com/blinkid) - [iOS](https://apps.apple.com/us/app/microblink-identity/id1464662310) - [Android](https://play.google.com/store/apps/details?id=com.microblink.showcase.playstore) ## Quick start Get a license: 1. Go to our [developer hub](https://developer.microblink.com/). 2. Select BlinkID. 2. Create a new license. 3. Select your preferred platform. Now you're ready to integrate the SDK into your project. Follow the tutorial applicable to your platform: ### Web - [Web](/blinkid/sdk/web/quickstart) ### Mobile - [Android](https://github.com/BlinkID/blinkid-android) - [iOS](https://github.com/BlinkID/blinkid-ios) - [React Native](https://github.com/BlinkID/blinkid-react-native) - [Flutter](https://github.com/BlinkID/blinkid-flutter) ## API Looking for BlinkID capabilities packaged as an API? Read the [Extraction API](/extraction/api) docs.