---
title: "Create Suggestions"
method: POST
path: "/proof-of-concept/forecasting/suggestions"
tags: ["Proof of Concept"]
---

# Create Suggestions

`POST /proof-of-concept/forecasting/suggestions`

## Request body

- ForecastSuggestionsPayload
  - `chatId` string, nullable
  - `chart` Chart
    - `chartMetadataId` integer, required
    - `chartDataId` integer, required

## Response `200`

Successful Response

- ForecastSuggestionsResult
  - `suggestions` string[], required

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