---
title: "Rewrite Call Summary"
method: POST
path: "/calls/{call_id}/summary/rewrite"
tags: ["Calls"]
---

# Rewrite Call Summary

`POST /calls/{call_id}/summary/rewrite`

Use AI to rewrite a call summary based on instructions.
Returns the rewritten text without saving (user reviews first).
Requires developer authentication.

## Path parameters

- `call_id` string, uuid, required

## Request body

- RewriteCallSummaryRequest — Request to rewrite a call summary using AI.
  - `current_summary` string, required — The current summary text to rewrite
  - `instructions` string, required — Instructions for how to rewrite the summary

## Response `200`

Successful Response

- RewriteCallSummaryResponse — Response with the AI-rewritten summary.
  - `rewritten_summary` string, required — The rewritten summary text

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
