githubEdit

Regeneration

Regenerate an existing transcription using its unique uuid. This is useful if you need to update or improve the transcription results.

Regenerate a transcribe by uuid

post
/api/v1/transcribes/regenerate/{uuid}
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
uuidstringRequired
Body
servicesstringRequired

AI services to use for transcription, services allowed; transcription,title,summary,chapters,hatespeech-detection,meeting-notes,social-media-posts,tags,blog-posts,sentiment-analysis,keywords,language-detection,subtitles,tweets

Responses
chevron-right
200

Successful Response

application/json
statusintegerRequired

HTTP status code indicating the result of the operation.

detailstringRequired

A detailed message or description of the response.

dataany ofOptional
or
nullOptional
post
/api/v1/transcribes/regenerate/{uuid}

Last updated