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

# Report site

`POST /dapp/v1/report`

> **Deprecated.**

Report a misclassification of a site.

## Request body

- ReportSiteRequest
  - `url` string, required
  - `classification` 'Malicious' | 'Benign', required — Classification result for a scanned URL.

## 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/revisions/17c41f337b2e/schema)
