cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/startKYBAgentJob \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agent_key": "<string>", "check_ids": [ "<string>" ] } '
{ "status": "ok", "job_id": "<string>", "message": "<string>", "job": {} }
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
The unique identifier for the agent
The check IDs to run (runs all checks in agent configuration if not provided)
Show child attributes
Job started successfully
ok
failed
mock_success