Skip to main content
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

encodedUrl
string
required

URL-encoded agent URL

role
string
required

Badge role

version
string
required

AdCP release as MAJOR.MINOR

Response

Embed code

agent_url
string
required
role
string
required
verified
boolean
required
badge_svg_url
string
required
registry_url
string
required
html
string
required
markdown
string
required
adcp_version
string