Skip to main content
POST
/
api
/
registry
/
crawl-request
Request domain re-crawl
curl --request POST \
  --url https://agenticadvertising.org/api/registry/crawl-request \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "examplepub.com"
}
'
{
  "message": "Crawl request accepted",
  "domain": "<string>"
}

Body

application/json
domain
string
required

Publisher domain to re-crawl

Example:

"examplepub.com"

Response

Crawl request accepted

message
enum<string>
required
Available options:
Crawl request accepted
domain
string
required