---
title: "Transcribe Session"
method: POST
path: "/api/py/sessions/transcribe"
---

# Transcribe Session

`POST /api/py/sessions/transcribe`

## Request body

- TranscribeSessionRequest
  - `file_url` string, required
  - `file_name` string, nullable
  - `session_id` string, nullable

## Response `200`

Successful Response

- TranscribeSessionResponse
  - `transcript` Utterance[], required
    - `start_time` number, required
    - `end_time` number, required
    - `speaker` string, required
    - `words` string, required

## Other responses

- `422` — Validation Error

---

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