Validate publisher
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>"
]
}Agent Probing
Validate publisher
Validate a publisher domainβs adagents.json and return summary statistics.
GET
/
api
/
public
/
validate-publisher
Validate publisher
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://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Example:
"examplepub.com"
Response
200 - application/json
Publisher validation result
How the publisher's adagents.json was discovered. ads_txt_managerdomain indicates one-hop delegation via ads.txt MANAGERDOMAIN.
Available options:
direct, authoritative_location, ads_txt_managerdomain Show child attributes
Show child attributes
Manager domain that served the manifest. Present only when discovery_method is ads_txt_managerdomain.
βI