curl --request POST \
--url https://api.parcha.ai/api/v1/runCheck \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"agent_key": "<string>",
"check_id": "<string>",
"case_id": "<string>",
"case_type": "kyb",
"check_args": {}
}'
curl --request POST \
--url https://api.parcha.ai/api/v1/runCheck \
--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
Check started successfully