Bulk resolve policies
curl --request POST \
--url https://agenticadvertising.org/api/policies/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"policy_ids": [
"gdpr_consent",
"coppa_children"
]
}
'{
"results": {}
}Policy Registry
Bulk resolve policies
Resolve up to 100 policies by ID in a single request. Returns a map of policy_id to Policy (or null if not found).
Rate limit: 20 requests per minute per IP address.
POST
/
api
/
policies
/
resolve
/
bulk
Bulk resolve policies
curl --request POST \
--url https://agenticadvertising.org/api/policies/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"policy_ids": [
"gdpr_consent",
"coppa_children"
]
}
'{
"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