Skip to main content
POST
/
runFlashCheck
Run flash check
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": {}
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.parcha.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.

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

Flash check completed successfully