---
title: "Generate Call Summary"
method: POST
path: "/v2.0/ai/call-summary/generate"
tags: ["Intelligent Features"]
---

# Generate Call Summary

`POST /v2.0/ai/call-summary/generate`

Triggers async generation of a call summary from a call recording.

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- GenerateCallSummaryRequest — Generate call summary request
  - `callRecordId` integer, required — Call record ID
  - `leadId` integer, required — Lead ID

## Response `200`

Generation triggered successfully

- MessageResponse — Generic message response
  - `message` string — Result message

## Other responses

- `400` — Invalid parameters
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
