---
title: "Controller Get Genres"
method: POST
path: "/ad_analytics/entertainment/genres"
---

# Controller Get Genres

`POST /ad_analytics/entertainment/genres`

Get genres in the entertainment data

## Request body

- GenreFilterPayload
  - `starts_with` string, nullable — Filter titles that start with this string
  - `titles` string[] — Filter titles that belong to these genres
  - `networks` string[] — Filter titles that belong to these networks

## 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/versions/6662a407c637/schema)
