Enqueue project for transcription
- GET /API/Project/Queue/Enqueue
Enqueues project to be transcribed
- Query Parameters:
projectId (integer)
lang (string)
withPPC (boolean)
withVAD (boolean)
withPunctuation (boolean)
saveTrsx (boolean)
transcriptionProfile (string) – leave empty or set to known custom transcription profile
withSpeakerId (boolean)
withDiarization (boolean)
withUserLex (boolean)
- Status Codes:
200 OK – Enqueued project
403 Forbidden – Project does not exist or user does not have access to project.
412 Precondition Failed – Project is already in queue.
422 Unprocessable Entity – Parameter lang is not valid.