Organization Seals

Get seal image

Retrieve the seal's rendered PNG image as a base64 data URI. Rate limited to 60/min. Each retrieval is audit-logged.

get/seals/{id}/image

Path parameters

idstring uuid required

Seal ID

Response

Seal image retrieved successfully

kind'uploaded' | 'typed' | 'drawn'
content_typestring
data_urlstring

Base64-encoded PNG data URI

Example response

{
  "content_type": "image/png"
}

Changes

Changed in 1 of the 5 revisions of this API.1