---
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

---

[API](https://skmtc.net/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.net/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/versions/17c41f337b2e/schema)
