π AdCP 3.1 beta is now available β see what's new
curl --request GET \
--url https://agenticadvertising.org/api/properties/validate{
"valid": true,
"domain": "<string>",
"url": "<string>",
"errors": [
"<string>"
],
"warnings": [
"<string>"
],
"status_code": 123,
"raw_data": {}
}Validate a domainβs adagents.json file and return the validation result.
curl --request GET \
--url https://agenticadvertising.org/api/properties/validate{
"valid": true,
"domain": "<string>",
"url": "<string>",
"errors": [
"<string>"
],
"warnings": [
"<string>"
],
"status_code": 123,
"raw_data": {}
}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.
Was this page helpful?