---
title: "Report"
method: HEAD
path: "/report/{domain}"
---

# Report

`HEAD /report/{domain}`

SEO-indexable HTML domain intelligence report. No auth, page-level cached.

Query params:
  refresh=1 — bypass HTML + per-namespace caches and re-fetch from upstream.
              Rate-limited to REPORT_REFRESH_DAILY_LIMIT requests per IP per day.
              Silently degrades to a normal (cached) load if the limit is hit,
              so a hammered refresh button never breaks the page.

## Path parameters

- `domain` string, required

## Query parameters

- `refresh` integer

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oti-labs/apis/domain-intelligence-api.md) · [All operations](https://skmtc.net/oti-labs/apis/domain-intelligence-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oti-labs/domain-intelligence-api/versions/2db38cc8922e/schema)
