> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create KYC verification request

> Start a new KYC verification for a participant using the CreditInfo provider, selecting identity, biometric, or business UBO checks appropriate to the country.

<ParamField body="participant_id" type="string" required>
  Participant ID to verify
</ParamField>

<ParamField body="type" type="individual | business | asset | bank" required>
  Type of entity being verified
</ParamField>

<ParamField body="scenario" type="identity | financial | compliance | contact | biometrics | digital_footprint" required>
  Verification scenario
</ParamField>

<ParamField body="provider" type="creditinfo | insightgenie | twilio | email">
  Provider used to fulfill the request
</ParamField>

<ParamField body="auto_sync" type="boolean">
  Enable automatic synchronization of verification results
</ParamField>

<ParamField body="payload" type="string" required>
  Verification payload
</ParamField>
