---
title: "Request domain re-crawl"
method: POST
path: "/api/registry/crawl-request"
tags: ["Agent Discovery"]
---

# Request domain re-crawl

`POST /api/registry/crawl-request`

Trigger an immediate re-crawl of a publisher domain after updating adagents.json. The crawl runs asynchronously — returns 202 immediately.

**Rate limits:** 5 minutes per domain, 30 requests per user per hour.

## Request body

- object
  - `domain` string, required — Publisher domain to re-crawl

## Response `202`

Crawl request accepted

- object
  - `message` '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/versions/9ea7fedf54c0/schema)
