---
title: "Request brand.json re-crawl"
method: POST
path: "/api/registry/brand-crawl-request"
tags: ["Brand Discovery"]
---

# Request brand.json re-crawl

`POST /api/registry/brand-crawl-request`

Trigger an immediate re-crawl of a domain's brand.json. The crawl runs asynchronously — returns 202 immediately.

**Rate limits:** 5 minutes per domain, 30 requests per user per hour (shared with adagents.json crawl requests).

## Request body

- object
  - `domain` string, required — Domain to re-crawl brand.json for

## Response `202`

Brand crawl request accepted

- object
  - `message` 'Brand crawl request accepted', required
  - `domain` string, required

## Other responses

- `400` — Invalid domain format, private IP, or unresolvable domain
- `401` — Authentication required
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
