---
title: "Push Call Transcript"
method: POST
path: "/internal/plivo/calls/{call_id}/transcript"
tags: ["internal-voice-ai"]
---

# Push Call Transcript

`POST /internal/plivo/calls/{call_id}/transcript`

## Path parameters

- `call_id` string, required

## Headers

- `X-Internal-Key` string, nullable

## Request body

- TranscriptPushRequest
  - `transcript` string, nullable
  - `turns` TranscriptTurn[]
    - `role` string, required
    - `text` string, required
  - `session_id` string, nullable
  - `ended_at` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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