--- title: 'Shufti Pro' description: 'KYC/AML identity verification for iGaming with face, document, and address checks.' --- # Shufti Pro KYC/AML identity verification for iGaming with face, document, and address checks. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.shuftipro.com` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `shuftipro` | ## Using Shufti Pro in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Shufti Pro** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /](./post_kyc_submitverification) | Submit verification request | | [POST /status](./post_status_kyc_getverificationstatus) | Get verification status | | [POST /delete](./post_delete_kyc_deleteverification) | Delete verification data (GDPR) | | [POST /access_token](./post_access_token_kyc_generateaccesstoken) | Generate temp access token | | [POST /kyb](./post_kyb_kyc_kybverification) | Know Your Business verification | | [POST /aml](./post_aml_kyc_amlcheck) | AML background checks | | [POST /questionnaire](./post_questionnaire_kyc_questionnaire) | Questionnaire verification | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.