Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude

Invoke Skill Anomalies Investigate

post/api/v1/skills/anomalies.investigate/invoke

Forensic investigation β€” Benford's Law, ACFE classification, chain-of-custody output.

Request bodyapplication/json

FieldTypeDescription
client_idrequiredstring (uuid)β€”
investigation_scopeobjectβ€”
show nested
Empty object.
benford_testbooleanβ€”
round_number_testbooleanβ€”
duplicate_testbooleanβ€”
vendor_abr_checkbooleanβ€”
threshold_overrideobjectβ€”
show nested
Empty object.
jurisdiction"AU" | "GB" | "CA" | "US" | "NZ" | nullβ€”
alert_level"conservative" | "standard" | "aggressive"β€”
conservativestandardaggressive

Responses

200Skill executed successfully
FieldTypeDescription
skillrequiredstringβ€”
outputrequiredobjectβ€”
show nested
FieldTypeDescription
artifact_idstring (uuid) | nullβ€”
download_urlstringβ€”
summarystringβ€”
citationsany[]β€”
warningsstring[]β€”
stub_fieldsstring[]β€”
investigation_idstring (uuid)β€”
risk_rating"LOW" | "MEDIUM" | "HIGH" | "CRITICAL"β€”
LOWMEDIUMHIGHCRITICAL
red_flagsany[]β€”
benford_resultanyβ€”
duplicate_analysisobjectβ€”
show nested
Empty object.
evidence_checkliststring[]β€”
referral_pathwaysstring[]β€”
limitationsstring[]β€”
forensic_narrativestringβ€”
correlation_idrequiredstringβ€”
401Authentication required
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
403Insufficient permissions
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
404Skill not found
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
429Rate limit exceeded
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
5XXInternal server error
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
curl https://api.dev.arch.ie/api/v1/skills/anomalies.investigate/invoke \
  -X POST \
  -H "Authorization: Bearer sk_..." \
  -H "Content-Type: application/json" \
  -d '{
       "client_id": "00000000-0000-0000-0000-000000000000",
       "investigation_scope": {},
       "benford_test": false,
       "round_number_test": false,
       "duplicate_test": false,
       "vendor_abr_check": false,
       "threshold_override": {},
       "jurisdiction": null,
       "alert_level": "conservative"
     }'