Validate adagents.json
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": {}
}Property Resolution
Validate adagents.json
Validate a domainβs adagents.json file and return the validation result.
GET
/
api
/
properties
/
validate
Validate adagents.json
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://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
βI