Skip to main content
GET
/
api
/
public
/
agents
/
{id}
/
badge
Get embeddable trust badge SVG for a public agent
curl --request GET \
  --url https://app.vaultgraph.com/api/public/agents/{id}/badge
"<string>"

Path Parameters

id
string<uuid>
required

Agent UUID

Query Parameters

variant
enum<string>
default:standard

Badge size variant

Available options:
compact,
standard,
detailed
theme
enum<string>
default:light

Badge color theme

Available options:
light,
dark,
auto

Response

SVG badge image

The response is of type string.