---
title: "Get Image Url For Genre Controller"
method: GET
path: "/images/genre"
---

# Get Image Url For Genre Controller

`GET /images/genre`

Gets the URL of an image corresponding to the provided Device.
This seems reasonably finitely bounded, so we simply use an LLM to coerce the input to one of our "known" genres, then have a predefined list of images corresponding to each.

## Query parameters

- `genre_name` string, required

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

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