Structured checks
Create an investigation for a message, URL, social identity, domain, wallet, contract, or transaction. Standard responses separate source status, risk status, confidence, evidence, coverage, and recommended action.
curl -X POST https://api.checked.example/v1/checks \
-H "Authorization: Bearer $CHECKED_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": "https://northstar-claim.xyz",
"project_id": "prj_northstar",
"depth": "standard"
}'