---
title: "Get Email Inline Image"
method: GET
path: "/api/v2/email-images/{s3_key}"
tags: ["api-v2-email-images"]
---

# Get Email Inline Image

`GET /api/v2/email-images/{s3_key}`

Redirect to a freshly presigned S3 GET for a composer inline image.

Requires a normal authenticated session (not the one-off email-action token type). The
key's embedded account id is checked against the requesting user's memberships before a
short-lived presigned URL is generated and returned as a 302.

## Path parameters

- `s3_key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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