---
title: "Report Site"
method: POST
path: "/v0/site/report"
tags: ["Site"]
deprecated: true
---

# Report Site

`POST /v0/site/report`

> **Deprecated.**

Report a misclassification of a site.

## Request body

- ReportRequestSiteReportParams
  - `event` 'FALSE_POSITIVE' | 'FALSE_NEGATIVE', required
  - `report` union, required — Parameters identifying the site to report, provided either as site details (url) or as a request ID from a previous scan.
    - ParamReportSiteReportParams
      - `type` 'params', required
      - `params` SiteReportParams, required
        - `url` string, required — The url of the site to report on.
    - RequestIDReport
      - `type` 'request_id', required — The type identifier indicating that a request ID from a previous scan is being used.
      - `request_id` string, required — The request ID of a previous request. This can be found in the value of the `x-request-id` field in the headers of the response of the previous request. For instance: `6c3cf6c1-a80d-4927-91b9-03d841ea61fe`.
  - `details` string, required — Details about the report.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 95 revisions in range; 1 not diffed.

- **2026-06-30** `02bda0f2294b` — 1 info
  - endpoint deprecated

[Change history](https://skmtc.dev/blockaid-official/apis/blockaid-api/changes/v0/site/report/post.md)

---

[API](https://skmtc.dev/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.dev/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/revisions/e15b4bf2b25b/schema)
