---
title: "GET images-icon-imageId--raw"
url: "https://tenant1.jeffyongtaotang.com/apis/poc-api-image-of-s3-app-0/versions/c7ec546f-f246-4ade-803d-092a92ef0fc9/paths/images-icon-imageId--raw/get"
---

> Full API specification: https://tenant1.jeffyongtaotang.com/apis/poc-api-image-of-s3-app-0/versions/c7ec546f-f246-4ade-803d-092a92ef0fc9.md

# /images/icon/{imageId}/raw

`GET` `/images/icon/{imageId}/raw`

Raw image endpoint

## Path parameters

- `imageId` (string, required)

## Responses

- `302` - Redirect to AWS Cloudfront CDN

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: PoC API Image of S3 App
  version: 0.0.1
servers:
  - url: https://erringly-fluxionary-sarah.ngrok-free.dev
paths:
  /images/icon/{imageId}/raw:
    get:
      description: Raw image endpoint
      parameters:
        - name: imageId
          in: path
          required: true
          schema:
            type: string
      responses:
        "302":
          description: Redirect to AWS Cloudfront CDN
          headers:
            Location:
              description: Short TTL presign Cloudfront URL
              schema:
                type: string
```
