---
title: "Controller Build Trends"
method: POST
path: "/entertainment_suite/trends/build"
---

# Controller Build Trends

`POST /entertainment_suite/trends/build`

Builds trends for an audience and timeframe

## Request body

- BuildTrendsPayload
  - `timeframe` ESuiteTimeframe, required
    - `start_date` string, date, required
    - `end_date` string, date, required
  - `audience_id` string, required
  - `genres` string[]
  - `networks` string[]
  - `titles` string[]
  - `dma_codes` integer[]

## Response `201`

Successful Response

- boolean

## 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)
