---
title: "Redirect Hotel Image"
method: GET
path: "/hotel-images/{hotel_id}/{index}"
tags: ["hotel-images"]
---

# Redirect Hotel Image

`GET /hotel-images/{hotel_id}/{index}`

302-redirect to the current upstream URL for a hotel image index.

Any content-service failure degrades to 404 — a broken image beats a
500 for an ``<img>`` tag, and this public route must never leak
internal errors.

## Path parameters

- `hotel_id` integer, required
- `index` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/a3e985bf842c?raw)
