Update a Transcription

Update an existing transcription by providing the uuid and the fields to modify.

Update a transcribe by uuid

put
/api/v1/transcribes/{uuid}
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
uuidstringRequired
Body
urlany ofOptional

The url of the transcribe

stringOptional
or
nullOptional
main_urlany ofOptional

The main url of the transcribe

stringOptional
or
nullOptional
typeany ofOptional

The type of the transcribe

stringOptional
or
nullOptional
sizeany ofOptional

The size of the transcribe

stringOptional
or
nullOptional
durationany ofOptional

The duration of the transcribe

stringOptional
or
nullOptional
statusany ofOptional

The status of the transcribe

stringOptional
or
nullOptional
processing_percentageany ofOptional

The processing percentage of the transcribe

numberOptional
or
nullOptional
languageany ofOptional

The language of the transcribe

stringOptional
or
nullOptional
translation_targetany ofOptional

The translation target of the transcribe

stringOptional
or
nullOptional
titleany ofOptional

The title of the transcribe

stringOptional
or
nullOptional
summaryany ofOptional

The summary of the transcribe

stringOptional
or
nullOptional
hatespeech_wordsany ofOptional

The hatespeech words of the transcribe

anyOptional
or
nullOptional
topicsany ofOptional

The topics of the transcribe

string[]Optional
or
or
nullOptional
tagsany ofOptional

The tags of the transcribe

string[]Optional
or
or
nullOptional
social_mediaany ofOptional

The social media of the transcribe

string[]Optional
or
or
nullOptional
promptsany ofOptional

The prompts of the transcribe

Default: []
or
nullOptional
meeting_notesany ofOptional

The meeting notes of the transcribe

string[]Optional
or
or
nullOptional
markdown_postany ofOptional

The markdown post of the transcribe

stringOptional
or
nullOptional
html_postany ofOptional

The html post of the transcribe

stringOptional
or
nullOptional
chaptersany ofOptional

The chapters of the transcribe

anyOptional
or
nullOptional
subtitleany ofOptional

The subtitle of the transcribe

stringOptional
or
nullOptional
subtitle_fileany ofOptional

The subtitle file of the transcribe

stringOptional
or
nullOptional
tweetsany ofOptional

The tweets of the transcribe

string[]Optional
or
or
nullOptional
transcriptany ofOptional

The transcript of the transcribe

stringOptional
or
nullOptional
transcript_segmentsany ofOptional

The transcript segments of the transcribe

anyOptional
or
nullOptional
sentiment_analysisany ofOptional

The sentiment analysis of the transcribe

string[]Optional
or
or
nullOptional
keywordsany ofOptional

The keyword extraction of the transcribe

string[]Optional
or
or
nullOptional
servicesany ofOptional

The services of the transcribe

string[]Optional
or
or
nullOptional
exportany ofOptional

The export file of the transcribe

stringOptional
or
nullOptional
Responses
200

Successful Response

application/json
put
/api/v1/transcribes/{uuid}

Last updated