Bulk property identifier check
curl --request POST \
--url https://agenticadvertising.org/api/properties/check/bulk \
--header 'Content-Type: application/json' \
--data '
{
"identifiers": [
"<string>"
]
}
'{
"summary": {
"total": 123,
"ready": 123,
"known": 123,
"ad_infra": 123,
"unknown": 123,
"skipped": 123
},
"entries": [
{
"input": "<string>",
"identifier": {
"type": "<string>",
"value": "<string>"
},
"verdict": "<string>",
"classification": "<string>",
"source": "<string>",
"property_rid": "<string>",
"action": "<string>"
}
],
"report_id": "<string>"
}Property Resolution
Bulk property identifier check
Check up to 10,000 property identifiers (domains, app bundle IDs, CTV store URLs) against the registry catalog. Returns a verdict for each identifier and a summary.
POST
/
api
/
properties
/
check
/
bulk
Bulk property identifier check
curl --request POST \
--url https://agenticadvertising.org/api/properties/check/bulk \
--header 'Content-Type: application/json' \
--data '
{
"identifiers": [
"<string>"
]
}
'{
"summary": {
"total": 123,
"ready": 123,
"known": 123,
"ad_infra": 123,
"unknown": 123,
"skipped": 123
},
"entries": [
{
"input": "<string>",
"identifier": {
"type": "<string>",
"value": "<string>"
},
"verdict": "<string>",
"classification": "<string>",
"source": "<string>",
"property_rid": "<string>",
"action": "<string>"
}
],
"report_id": "<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.
⌘I