Bulk resolve properties
curl --request POST \
--url https://agenticadvertising.org/api/properties/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"domains": [
"<string>"
]
}
'{
"results": {}
}Property Resolution
Bulk resolve properties
Resolve up to 100 publisher domains at once.
Rate limit: 20 requests per minute per IP address.
POST
/
api
/
properties
/
resolve
/
bulk
Bulk resolve properties
curl --request POST \
--url https://agenticadvertising.org/api/properties/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"domains": [
"<string>"
]
}
'{
"results": {}
}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