---
title: "Get Public Story Media"
method: GET
path: "/public/story-media/{lead_id}"
tags: ["Public"]
---

# Get Public Story Media

`GET /public/story-media/{lead_id}`

Serve a cached story media image from S3.

Instagram story CDN URLs expire after hours/days. This endpoint serves the
permanently cached copy so conversation thumbnails remain visible.

## Path parameters

- `lead_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
