---
title: "Get Image Url For Company Controller"
method: GET
path: "/images/company"
---

# Get Image Url For Company Controller

`GET /images/company`

Gets the URL of an image corresponding to the provided network. Looking at the data available to us, should be sufficient for all of the following use cases:
- broadcast network / cable network (cbs, nfl, fox, espn, ...)
- device (xfinity, dish, directv, ...)
- service (youtube, youtube tv, tubi, ...)

Internal implementation relies on TVMaze for a rule-based mechanism to retrieve images.

## Query parameters

- `company_name` string, required

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

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