cURL
curl --request POST \ --url https://api.tracelm.ai/api/v1/verification/traces/{trace_id}/verify \ --header 'Content-Type: application/json' \ --data ' { "force_reverify": true, "verifiers": [ {} ], "async_mode": true } '
Trigger verification for a trace
kb
web
multi_model
citation
{ "trace_id": "...", "status": "pending", "message": "Verification started in background. Poll GET /api/v1/verification/traces/{trace_id} for results.", "trust_score": null }