Genereer een nieuw transcript
How to generate a new transcript
Starts a new transcribe job and returns a transcript and file id.
Request
POST https://audiogest.app/api/transcripts
Headers
Content-type |
application/json |
Authorization |
Bearer [YOUR API KEY] |
Body
url |
string |
required |
direct public url to file |
name |
string |
required |
|
numSpeakers |
integer |
optional |
|
language |
string |
optional |
in form of language code like 'en' or 'nl' |
vocabulary |
string |
optional |
|
Response
Success
status |
string |
status indicator like 'started' |
transcriptId |
string |
|
fileId |
string |
|
Error
status |
string |
status code |
error |
string |
error message |