Verification analyzes LLM output claims and computes trust scores you can use in product decisions and QA workflows.Documentation Index
Fetch the complete documentation index at: https://docs.tracelm.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
POST /api/v1/verification/traces/{trace_id}/verifyGET /api/v1/verification/traces/{trace_id}GET /api/v1/verification/traces/{trace_id}/summaryGET /api/v1/verification/traces/{trace_id}/claimsGET /api/v1/verification/config
Verifier Keys
Specify verifiers by key:kbwebmulti_modelcitation
Typical Flow
- Get a
trace_idfrom trace/task APIs. POST .../verifywithasync_mode=true.- Poll
GET .../traces/{trace_id}forverification_statusand claim details.
Notes
- If a trace was already verified, the API returns completed status unless
force_reverify=true. - The summary endpoint is optimized for dashboard polling.

