List policies
curl --request GET \
--url https://agenticadvertising.org/api/policies/registry{
"policies": [
{
"policy_id": "gdpr_consent",
"version": "1.0.0",
"name": "GDPR Consent Requirements",
"description": "Requirements for valid consent under GDPR",
"jurisdictions": [
"EU",
"EEA"
],
"region_aliases": {
"EU": [
"DE",
"FR",
"IT"
]
},
"policy_categories": [
"age_restricted",
"pharmaceutical_advertising"
],
"channels": [
"display",
"video"
],
"governance_domains": [
"campaign",
"creative"
],
"effective_date": "2025-05-25T00:00:00.000Z",
"sunset_date": "<string>",
"source_url": "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
"source_name": "EUR-Lex",
"created_at": "2026-03-01T12:00:00.000Z",
"updated_at": "2026-03-01T12:00:00.000Z"
}
],
"stats": {
"total": 123,
"regulation": 123,
"standard": 123
}
}Policy Registry
List policies
Browse and search the governance policy registry. Returns approved policies with optional filtering by category, enforcement level, jurisdiction, policy category, and governance domain.
GET
/
api
/
policies
/
registry
List policies
curl --request GET \
--url https://agenticadvertising.org/api/policies/registry{
"policies": [
{
"policy_id": "gdpr_consent",
"version": "1.0.0",
"name": "GDPR Consent Requirements",
"description": "Requirements for valid consent under GDPR",
"jurisdictions": [
"EU",
"EEA"
],
"region_aliases": {
"EU": [
"DE",
"FR",
"IT"
]
},
"policy_categories": [
"age_restricted",
"pharmaceutical_advertising"
],
"channels": [
"display",
"video"
],
"governance_domains": [
"campaign",
"creative"
],
"effective_date": "2025-05-25T00:00:00.000Z",
"sunset_date": "<string>",
"source_url": "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
"source_name": "EUR-Lex",
"created_at": "2026-03-01T12:00:00.000Z",
"updated_at": "2026-03-01T12:00:00.000Z"
}
],
"stats": {
"total": 123,
"regulation": 123,
"standard": 123
}
}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.
Query Parameters
Full-text search on policy name and description
Available options:
regulation, standard Available options:
must, should, may Filter by jurisdiction (includes region alias matching)
Example:
"EU"
Example:
"age_restricted"
Filter by governance domain
Example:
"campaign"
Results per page (default 20, max 1000)
Pagination offset (default 0)
⌘I