---
title: "Get Server Public Key"
method: GET
path: "/v1/encryption/server-public-key"
tags: ["Intelligence"]
---

# Get Server Public Key

`GET /v1/encryption/server-public-key`

Forward request to inference-api and convert response into
GetServerPublicKeyResponse.

This function sends a request to the inference API and converts the response into a
GetServerPublicKeyResponse object.

## Response `200`

Successful Response

- GetServerPublicKeyResponse — Response schema for get server public key.
  - `public_key_base64` string, required
  - `expires_at` string, date-time, required

---

[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/adf853ac4f41/schema)
