FACEKI BLAZE 3.0 Documentation
  • Getting Started
  • Older Documentation
  • Quick Guides
    • Image Guidelines
    • Workflow Setup
    • Verification Monitoring
    • API Credentials
    • Webhook Setup
  • Integrations
  • No Integration Option
    • Zero Integration (via a Link)
  • API Integration
    • Verification APIs
      • Authentication
      • Generate KYC Link
      • Perform KYC Verification
      • Fetch Records
      • Face Match API (💲)
      • Fetch PDF Report
  • Data Fields
    • Verification Data
      • EKYC Webhook Structure
    • Error Codes
  • Mobile SDK
    • React Native SDK / Plugin
    • iOS SDK
    • Android SDK
    • Flutter SDK
  • Web SDK
    • React
  • Need Help?
    • Whatsapp
    • Support
    • FAQ's
Powered by GitBook
On this page
  • Base URL
  • Generate KYC Link End Point API
  1. API Integration
  2. Verification APIs

Generate KYC Link

PreviousAuthenticationNextPerform KYC Verification

Last updated 1 year ago

This API allows clients to generate a unique KYC link for their users to verify their identity. The generated link can be sent to the user. Once the user follows the link, they can continue the verification process via a web browser.

Base URL

sdk.faceki.com

Generate KYC Link End Point API

https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link

Method: POST

Authorization: Bearer Token

Content-Type: application/json

POST https://sdk.faceki.com/kycverify/api/kycverify/kyc-verify-link

Headers

Name
Type
Description

Authorization*

String

Bearer [token]

Content-Type*

String

application/json

Request Body

Name
Type
Description

expiryTime

Number

expiryTime in minutes

applicationId

String

Unique Identifier for record

redirect_url

String

Redirect URL After KYC

workflowId*

String

Mandatory, you can generate a workflow through the portal and copy the ID to use in the API

{
    "responseCode": 0,
    "data": "LINKID",
    "url": "Verification URL"
}

Kindly check the Token is not expired, find more about the token

here