Find brands by name
curl --request GET \
--url https://agenticadvertising.org/api/brands/find{
"results": [
{
"results": [
{
"domain": "coca-cola.com",
"canonical_domain": "coca-cola.com",
"brand_name": "The Coca-Cola Company",
"source": "community",
"house_domain": "coca-cola.com",
"parent_brand": "<string>",
"brand_agent_url": "<string>"
}
]
}
]
}Brand Resolution
Find brands by name
Search for brands by name or domain. Returns matching results with basic identity info.
GET
/
api
/
brands
/
find
Find brands by name
curl --request GET \
--url https://agenticadvertising.org/api/brands/find{
"results": [
{
"results": [
{
"domain": "coca-cola.com",
"canonical_domain": "coca-cola.com",
"brand_name": "The Coca-Cola Company",
"source": "community",
"house_domain": "coca-cola.com",
"parent_brand": "<string>",
"brand_agent_url": "<string>"
}
]
}
]
}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