---
title: "Accuracy Top Inaccurate Claims"
method: POST
path: "/v1/reports/accuracy/top-inaccurate-claims"
tags: ["Reports"]
---

# Accuracy Top Inaccurate Claims

`POST /v1/reports/accuracy/top-inaccurate-claims`

## Request body

- TopInaccurateClaimsQuery
  - `start_date` string, required
  - `end_date` string, required
  - `comparison_start_date` string, nullable
  - `comparison_end_date` string, nullable
  - `category_id` string, uuid, required
  - `topic_ids` string[], nullable
  - `exclude_topic_ids` boolean
  - `tag_ids` string[], nullable
  - `tag_filter_type` 'all' | 'any'
  - `include_no_tag` boolean
  - `region_ids` string[], nullable
  - `platform_ids` string[], nullable
  - `persona_ids` string[], nullable
  - `include_no_persona` boolean
  - `prompt_ids` string[], nullable
  - `citation_categories` string[], nullable
  - `limit` integer

## Response `200`

Successful Response

- TopInaccurateClaimsResponse
  - `data` TopInaccurateClaimRow[], required
    - `clusterId` string, required
    - `canonicalClaim` string, required
    - `claimOccurrence` number, required
    - `claimOccurrenceDelta` number, nullable

## Other responses

- `422` — Validation Error

---

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