π AdCP 3.1 beta is now available β see what's new
curl --request POST \
--url https://agenticadvertising.org/api/adagents/validate \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>"
}
'{
"success": true,
"data": {
"domain": "<string>",
"found": true,
"validation": "<unknown>",
"agent_cards": "<unknown>"
},
"timestamp": "<string>"
}Validate a domainβs adagents.json file and optionally validate referenced agent cards.
curl --request POST \
--url https://agenticadvertising.org/api/adagents/validate \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>"
}
'{
"success": true,
"data": {
"domain": "<string>",
"found": true,
"validation": "<unknown>",
"agent_cards": "<unknown>"
},
"timestamp": "<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.
Was this page helpful?