cURL
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.
1 - 100
["gdpr_consent", "coppa_children"]
Bulk resolution results
Show child attributes
Was this page helpful?