---
title: "Upload an Electronic Seal Image"
method: POST
path: "/electronic_seal_images"
tags: ["Electronic Seal Image"]
---

# Upload an Electronic Seal Image

`POST /electronic_seal_images`

Upload an Electronic Seal Image to use for creating an Electronic Seal (can be used for several Electronic Seals).

## Response `201`

Created

- ElectronicSealImage
  - `id` string, uuid, required
  - `name` string, required
  - `created_at` string, date-time, required
  - `workspace_id` string, uuid, required — Unique identifier of the Workspace in which this Electronic Seal Image is scoped.

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `405` — This method is not allowed
- `415` — UnsupportedMediaType
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
