---
title: "Generate Call Script"
method: POST
path: "/api/v3/summary/generate-call-script"
---

# Generate Call Script

`POST /api/v3/summary/generate-call-script`

Generate call script notes for an institution using user prompt and selected insights.

## Request body

- CallScriptPromptRequest
  - `institution_id` string, required
  - `prompt` string, required
  - `insights` Insights[], required
    - `id` string, nullable
    - `type` string, required
    - `content` string, nullable
    - `column_name` string, nullable
    - `supplier_items` object, nullable
    - `count` integer, nullable
  - `workspace_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
