---
title: "Ingest Transcript"
method: POST
path: "/v1/ingest/manual/transcript"
tags: ["manual-ingest"]
---

# Ingest Transcript

`POST /v1/ingest/manual/transcript`

Convenience endpoint for ingesting meeting/interview transcripts.

Automatically sets document_type to 'transcript' and formats metadata
appropriately for meeting content.

## Query parameters

- `workspace_id` string, uuid, required
- `title` string, required
- `transcript` string, required
- `meeting_date` string, date-time, nullable
- `vault_id` string, uuid, nullable

## Request body

- string[], nullable

## Response `200`

Successful Response

- ManualIngestResponse — Response after manual ingestion.
  - `document_id` string, uuid, required
  - `status` string, required
  - `message` string, required
  - `processing_job_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
