| ⚠️ 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.
Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the Transcript
1 <= x <= 2147483647OK
The transcript's unique identifier
1 <= x <= 21474836471234
Note associated with the transcript
{
"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
de, en, es, fr, id, it, ja, ko, nl, pt, ru, sv, uk, zh "en"
A preview for dialogue fragments on a transcript