cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/runFlashCheck \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "agent_key": "<string>", "check_id": "<string>", "case_id": "<string>", "case_type": "kyb", "check_args": {} }'
JWT token obtained from the authentication endpoint
The unique identifier for the agent
The ID of the check to run
The ID of the case
The type of case
kyb
kyc
entity
Additional arguments for the check
Flash check completed successfully