POST
/
runCheck
curl --request POST \
  --url https://demo.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": {}
}'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json
agent_key
string
required

The unique identifier for the agent

check_id
string
required

The ID of the check to run

case_id
string
required

The ID of the case

case_type
enum<string>
required

The type of case

Available options:
kyb,
kyc,
entity
check_args
object

Additional arguments for the check

Response

200
_mintlify/placeholder

Check started successfully