---
title: "Accuracy Citation Analysis"
method: POST
path: "/v1/reports/accuracy/citation-analysis"
tags: ["Reports"]
---

# Accuracy Citation Analysis

`POST /v1/reports/accuracy/citation-analysis`

## Request body

- AccuracyCitationAnalysisQuery
  - `category_id` string, uuid, required
  - `clean_href` string, required
  - `start_date` string, required
  - `end_date` string, required

## Response `200`

Successful Response

- AccuracyCitationAnalysisResponse
  - `href` string, required
  - `domain` string, required
  - `pageTitle` string, required
  - `markdownContent` string, required
  - `claims` AccuracyCitationClaim[]
    - `claimId` string, required
    - `claim` string, required
    - `attributeId` string, required
    - `attribute` string, required
    - `neutralThemeId` string, required
    - `neutralTheme` string, required
    - `snippet` string, required
    - `polarity` 'positive' | 'negative'
    - `kbPath` string
    - `kbSnippet` string
    - `reasoning` string
    - `evidence` AccuracyCitationEvidence[]
      - `kbName` string
      - `kbPath` string
      - `kbSnippet` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-24** `e8689fabb791` — 1 info
  - added the optional property `claims/items/evidence/items/kbName` to the response with the `200` status
- **2026-06-24** `5cee3c88eb2d` — 2 info
  - added the optional property `claims/items/evidence` to the response with the `200` status
  - added the optional property `claims/items/reasoning` to the response with the `200` status
- **2026-06-22** `75b406633188` — 2 info
  - added the optional property `claims/items/kbPath` to the response with the `200` status
  - added the optional property `claims/items/kbSnippet` to the response with the `200` status
- **2026-06-17** `56d428ca479f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cooper-square-technologies/apis/external-api/changes/v1/reports/accuracy/citation-analysis/post.md)

---

[API](https://skmtc.dev/cooper-square-technologies/apis/external-api.md) · [All operations](https://skmtc.dev/cooper-square-technologies/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cooper-square-technologies/external-api/revisions/ab03b3c80494/schema)
