Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Transcription record
Status values for transcription tasks:
DETECTED_FILE: Audio file has been queued to enter the speech-to-text pipeline.STT_PROCESSING: Speech-to-text is actively transcribing the audio.STT_COMPLETED: Speech-to-text processing finished successfully and produced a full transcript.STT_ERROR: Speech-to-text run failed and needs investigation or retry.STT_INCOMPLETE: Speech-to-text run ended without producing a complete transcript (partial or truncated output).