Skip to main content
POST
/
v1
/
ingest
/
manual
/
transcript
Ingest Transcript
curl --request POST \
  --url https://api.ontora.com/v1/ingest/manual/transcript \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "document_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "message": "<string>",
  "processing_job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspace_id
string<uuid>
required
title
string
required
transcript
string
required
meeting_date
string<date-time> | null
vault_id
string<uuid> | null

Body

application/json

Response

Successful Response

Response after manual ingestion.

document_id
string<uuid>
required
status
string
required
message
string
required
processing_job_id
string<uuid> | null