🎉 AdCP 3.0 is now GA — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/registry/crawl-request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "examplepub.com"
}
'{
"message": "Crawl request accepted",
"domain": "<string>"
}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.
curl --request POST \
--url https://agenticadvertising.org/api/registry/crawl-request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "examplepub.com"
}
'{
"message": "Crawl request accepted",
"domain": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token in the Authorization header. Two token types are accepted:
sk_...) issued via the dashboard. Org-scoped, long-lived, for server-to-server use./.well-known/oauth-authorization-server and the protected-resource metadata at /.well-known/oauth-protected-resource/api.Publisher domain to re-crawl
"examplepub.com"
Was this page helpful?