---
title: "Get seal image"
method: GET
path: "/seals/{id}/image"
tags: ["Organization Seals"]
---

# Get seal image

`GET /seals/{id}/image`

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

## Path parameters

- `id` string, uuid, required

## Response `200`

Seal image retrieved successfully

- SealImage — Seal image response.
  - `kind` 'uploaded' | 'typed' | 'drawn'
  - `content_type` string
  - `data_url` string — Base64-encoded PNG data URI

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - Insufficient permissions
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

## Changes

- **2026-09-15** `f179958c3bee` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/firma/apis/firma-partner-api/changes/seals/:id/image/get.md)

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc.dev/firma/apis/firma-partner-api/revisions/369590c8c416?raw)
