🎉 AdCP 3.0 is now GA — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/brands/resolve{
"canonical_id": "acmecorp.com",
"canonical_domain": "acmecorp.com",
"brand_name": "Acme Corp",
"source": "brand_json",
"names": [
{}
],
"keller_type": "master",
"parent_brand": "<string>",
"house_domain": "<string>",
"house_name": "<string>",
"brand_agent_url": "<string>",
"brand_manifest": {}
}Resolve a domain to its canonical brand identity. Follows brand.json redirects and returns the resolved brand with its house, architecture type, and optional manifest.
curl --request GET \
--url https://agenticadvertising.org/api/brands/resolve{
"canonical_id": "acmecorp.com",
"canonical_domain": "acmecorp.com",
"brand_name": "Acme Corp",
"source": "brand_json",
"names": [
{}
],
"keller_type": "master",
"parent_brand": "<string>",
"house_domain": "<string>",
"house_name": "<string>",
"brand_agent_url": "<string>",
"brand_manifest": {}
}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.
"acmecorp.com"
true, false Brand resolved successfully
"acmecorp.com"
"acmecorp.com"
"Acme Corp"
brand_json, community, enriched Show child attributes
master, sub_brand, endorsed, independent Show child attributes
Was this page helpful?