---
title: "Submit Public Key"
method: POST
path: "/v1/encryption/public-key"
tags: ["Intelligence"]
---

# Submit Public Key

`POST /v1/encryption/public-key`

Forward public key submission to inference-api and return structured response.

## Request body

- SubmitPublicKeyRequest — Request schema for submit public key.
  - `public_key_base64` string, required

## Response `200`

Successful Response

- SubmitPublicKeyResponse — Response schema for submit public key.
  - `encryption_id` string, required
  - `expires_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
