List brands
curl --request GET \
--url https://agenticadvertising.org/api/brands/registry{
"brands": [
{
"domain": "acmecorp.com",
"has_manifest": true,
"verified": true,
"brand_name": "Acme Corp",
"house_domain": "<string>"
}
],
"stats": {
"total": 123,
"hosted": 123,
"brand_json": 123,
"community": 123,
"enriched": 123,
"houses": 123,
"sub_brands": 123,
"with_manifest": 123
}
}Brand Resolution
List brands
List all brands in the registry with optional search, pagination, and source filter.
GET
/
api
/
brands
/
registry
List brands
curl --request GET \
--url https://agenticadvertising.org/api/brands/registry{
"brands": [
{
"domain": "acmecorp.com",
"has_manifest": true,
"verified": true,
"brand_name": "Acme Corp",
"house_domain": "<string>"
}
],
"stats": {
"total": 123,
"hosted": 123,
"brand_json": 123,
"community": 123,
"enriched": 123,
"houses": 123,
"sub_brands": 123,
"with_manifest": 123
}
}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.
Query Parameters
Example:
100
Example:
0
Filter by source. Values match the per-brand source field in the response: hosted = registered by domain owner via /api/brands; brand_json = crawler-discovered with a live /.well-known/brand.json; enriched = Brandfetch-sourced; community = manually contributed.
Available options:
hosted, brand_json, enriched, community ⌘I