Endpoints
Get Transcript
GET
/
getTranscript
Authorizations
X-API-KEY
string
headerrequiredQuery Parameters
transcriptId
string
requiredId of the transcript
partIndex
string
If this is a multipart transcript. Transcripts of content over an hour are broken into parts of upto 1 hour each.
Response
200 - application/json
transcriptId
string
requiredsourceUrl
string
requiredplatform
string
requiredtitle
string
requireddescription
string
requiredthumbnailUrl
string
requiredduration
integer
requiredcurrentStatus
string
requireduploaderId
string
requireduploaderName
string
requireduploadedAt
string
requiredcreatedAt
integer
requiredspeakerLabels
string[]
requiredpartCount
integer
requiredpartIndex
integer
requiredpartSize
integer[]
requiredtranscriptLanguageCode
string
requireduserId
string
requiredparagraphs
object
requiredfailureReason
string
statusInfo
object[]
qAndAs
object[]
userPickedId
string
privacy
enum<string>
Available options:
PUBLIC
, UNLISTED
, PRIVATE
aiFeatures
object
All Ai features generated will be under this. The exact structure of each feature will vary. Look through examples.
Was this page helpful?