π AdCP 3.1 beta is now available β see what's new
curl --request GET \
--url https://agenticadvertising.org/api/public/validate-publisher{
"valid": true,
"domain": "<string>",
"agent_count": 123,
"property_count": 123,
"property_type_counts": {},
"tag_count": 123,
"url": "<string>",
"manager_domain": "<string>",
"errors": [
"<string>"
],
"warnings": [
"<string>"
]
}Validate a publisher domainβs adagents.json and return summary statistics.
curl --request GET \
--url https://agenticadvertising.org/api/public/validate-publisher{
"valid": true,
"domain": "<string>",
"agent_count": 123,
"property_count": 123,
"property_type_counts": {},
"tag_count": 123,
"url": "<string>",
"manager_domain": "<string>",
"errors": [
"<string>"
],
"warnings": [
"<string>"
]
}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.
"examplepub.com"
Publisher validation result
How the publisher's adagents.json was discovered. ads_txt_managerdomain indicates one-hop delegation via ads.txt MANAGERDOMAIN.
direct, authoritative_location, ads_txt_managerdomain Show child attributes
Manager domain that served the manifest. Present only when discovery_method is ads_txt_managerdomain.
Was this page helpful?