Overview
The Microblink Platform exposes two APIs:
- Agent API, which is used for authentication between the application which scans identity documents (one of our SDKs) and the Microblink backend. It is also used to manage transactions and to get analytics.
- Edge API, which is used by scanning applications (SDKs) to progress individual transactions according to the established workflow.
Base URL
For the Agent API, the base URL is:
https://api.us-east.platform.microblink.com/agent
For the Edge API, the base URL is:
https://api.us-east.platform.microblink.com/edge
OpenAPI schema
An OpenAPI schema (v3.0.1) is available for both API endpoints.
| API | Schema |
|---|---|
| Agent | https://api.us-east.platform.microblink.com/agent/api/v1/schema.json |
| Edge | https://api.us-east.platform.microblink.com/edge/api/v1/schema.json |