---
title: "Request Call From Transcript"
method: POST
path: "/transcripts/{transcript_id}/call"
tags: ["transcripts"]
---

# Request Call From Transcript

`POST /transcripts/{transcript_id}/call`

## Path parameters

- `transcript_id` string, required

## Request body

- TranscriptCallRequest
  - `analyst_names` string[], required
  - `ticker` string, required
  - `user_note` string, nullable

## Response `200`

Successful Response

- TranscriptCallResponse
  - `results` TranscriptCallResult[], required
    - `analyst_name` string, required
    - `status` 'created' | 'unidentified' | 'skipped', required
    - `call_id` string, uuid, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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