Get a single Transcript
Transcripts
Get a single Transcript
| ⚠️ This endpoint is currently in BETA |
|---|
Get a transcript with a given id with the first 100 fragments of the transcript. Use the /fragments endpoint to fetch all fragments of the transcript.
GET
Get a single Transcript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the Transcript
Required range:
1 <= x <= 2147483647Response
OK
The transcript's unique identifier
Required range:
1 <= x <= 2147483647Example:
1234
Note associated with the transcript
- notes.AiNotetakerRootNote
- notes.AiNotetakerReplyNote
Example:
{
"id": 1,
"type": "ai-notetaker",
"content": {
"html": "<p>This is an AI Notetaker note!</p>"
},
"creator": {
"id": 1,
"firstName": "Jane",
"lastName": "Smith",
"primaryEmailAddress": "jane.smith@northpointvc.com",
"type": "internal"
},
"transcriptId": 1,
"mentions": [],
"createdAt": "2023-01-01T00:00:00Z",
"updatedAt": "2023-01-21T00:00:00Z"
}The date and time the transcript was created
The language code of the transcript
Available options:
de, en, es, fr, id, it, ja, ko, nl, pt, ru, sv, uk, zh Example:
"en"
A preview for dialogue fragments on a transcript