---
title: "Get embeddable badge code"
method: GET
path: "/api/registry/agents/{encodedUrl}/badge/{role}/embed"
tags: ["Agent Compliance"]
---

# Get embeddable badge code

`GET /api/registry/agents/{encodedUrl}/badge/{role}/embed`

Returns HTML and Markdown embed snippets for displaying an AAO Verified badge on websites, social profiles, and documentation. The badge links to the agent's AAO registry listing.

## Path parameters

- `encodedUrl` string, required — URL-encoded agent URL
- `role` string, required — Badge role

## Response `200`

Embed code

- object
  - `agent_url` string, required
  - `role` string, required
  - `badge_svg_url` string, required
  - `registry_url` string, required
  - `html` string, required
  - `markdown` string, required

## Other responses

- `400` — Invalid agent URL
- `500` — Server error

---

[API](https://skmtc.dev/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.dev/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
