Get version-pinned embeddable badge code
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/badge/{role}/{version}/embed{
"agent_url": "<string>",
"role": "<string>",
"verified": true,
"badge_svg_url": "<string>",
"registry_url": "<string>",
"html": "<string>",
"markdown": "<string>",
"adcp_version": "<string>"
}Agent Compliance
Get version-pinned embeddable badge code
Returns HTML and Markdown embed snippets that point at the version-pinned SVG. Alt text includes the version (e.g. ‘AAO Verified Media Buy Agent 3.0’). Buyers who want to freeze on a specific AdCP release embed these instead of the legacy /badge/{role}/embed.
GET
/
api
/
registry
/
agents
/
{encodedUrl}
/
badge
/
{role}
/
{version}
/
embed
Get version-pinned embeddable badge code
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/badge/{role}/{version}/embed{
"agent_url": "<string>",
"role": "<string>",
"verified": true,
"badge_svg_url": "<string>",
"registry_url": "<string>",
"html": "<string>",
"markdown": "<string>",
"adcp_version": "<string>"
}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.
Path Parameters
URL-encoded agent URL
Badge role
AdCP release as MAJOR.MINOR
⌘I