Submit evidence
Report what an agent or human observed.
Send only the task outcome, stable blocker codes, and redacted evidence metadata. CrawlDex verifies reports before they affect public verdicts.
Integration path
Agent readyReview
before verdicts move
Anon
score-neutral by default
Safe
no private content
Observation form
Add redacted evidence
Verification path
What happens next
1Accepted for reviewThe existing observations API validates the payload and stores it as anonymous evidence if rate limits allow.
2No instant score movementAnonymous evidence stays score-neutral until CrawlDex verifies the reporter or corroborates the observation.
3Public only after trustTrusted evidence can update verdicts, rankings, reports, APIs, and Markdown mirrors.
Curl fallback
Use JSON directly
The form posts only when the safety gate passes. If it refuses, inspect and edit this curl payload before sending it yourself.
Observation curl
bash
curl -sS -X POST https://crawldex.com/api/v1/observations \
-H "content-type: application/json" \
-d '{
"site": "example.com",
"task": "subscriptions.cancel",
"outcome": "success_with_handoff",
"friction": [
"human_handoff_required"
],
"source_tier": "anonymous_report",
"evidence": {
"artifact_types": [
"human_report"
]
}
}'