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
Flash check completed successfully