Bulk resolve brands
curl --request POST \
--url https://agenticadvertising.org/api/brands/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"domains": [
"<string>"
]
}
'{
"results": {}
}Brand Resolution
Bulk resolve brands
Resolve up to 100 domains to their canonical brand identities in a single request.
Rate limit: 20 requests per minute per IP address.
POST
/
api
/
brands
/
resolve
/
bulk
Bulk resolve brands
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://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
⌘I