🎉 AdCP 3.0 is now GA — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/policies/resolve/bulk \
--header 'Content-Type: application/json' \
--data '
{
"policy_ids": [
"gdpr_consent",
"coppa_children"
]
}
'{
"results": {}
}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.
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://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?