Skip to main content
POST
Ask a question about a transcript and get the answer

Path Parameters

id
string
required

Transcription ID

Body

application/json
title
string
required

Short label for this exchange, shown when you list chats

Required string length: 1 - 255
Example:

"Action items"

prompt
string
required

Question or instruction to run against the transcript

Minimum string length: 1
Example:

"List the action items decided in this meeting."

Response

201 - application/json

The created chat, including the answer

id
string
required

Chat ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

transcription_id
string
required

ID of the transcription this chat runs against

Example:

"123e4567-e89b-12d3-a456-426614174000"

title
string
required

Label you gave the chat

Example:

"Action items"

created_at
string<date-time>
required

When the chat was created

Example:

"2024-01-15T10:30:00.000Z"

prompt
string | null

The prompt you sent

Example:

"List the action items decided in this meeting."

answer
string | null

The answer produced over the transcript

Example:

"1. Ship the API docs. 2. Review the pricing page."