---
title: "Controller Build Plot"
method: POST
path: "/entertainment_suite/analytics/build_plot"
---

# Controller Build Plot

`POST /entertainment_suite/analytics/build_plot`

Builds plot for a given set of keys

## Request body

- BuildAnalyticsPlotPayload
  - `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[]
  - `plot_type` 'SOURCE_TO_DESTINATION' | 'COMBINATION' | 'PURCHASE_BEHAVIOR_CATEGORY' | 'PURCHASE_BEHAVIOR_BRAND' | 'MINUTE_BY_MINUTE', required
  - `opts` object

## Response `201`

Successful Response

- unknown

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