🚀 AdCP 3.1 beta is now available — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/brands/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"domains": [
"<string>"
]
}
'{
"results": {}
}Resolve up to 100 domains to their canonical brand identities in a single request.
Rate limit: 20 requests per minute per IP address.
curl --request POST \
--url https://agenticadvertising.org/api/brands/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"domains": [
"<string>"
]
}
'{
"results": {}
}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.
Was this page helpful?