Retrieve the status and results of a video transcription job
jobId returned by the Video Transcription endpoint.Example: "cbbc5305-3c1c-46f0-bdde-468e5ecd763f"pictai_)true while the job is processingtrue when the job has completed successfully| Field | Description |
|---|---|
transcript | Structured array of segments with word-level timing, speaker IDs, and pause markers. Suitable for building custom subtitle renderers or transcript editors. |
txt | Full transcript as plain text. Suitable for search indexing, summarization, or display. |
srt | Transcript in SRT subtitle format. Can be saved directly as a .srt file for video players. |
vtt | Transcript in WebVTT format. Can be saved as a .vtt file for web-based video players. |
mediaInfo | Source media metadata including duration, dimensions, and aspect ratio. |
transcript array includes pause markers alongside spoken words. These entries are identified by the following characteristics:
is_pause is set to trueword field contains an empty stringpause_size indicates the duration category (e.g., "small")webhook URL in the transcription request to receive automatic notification when the job completes, rather than polling.
in-progress status and the presence of transcript data in the response to determine completion.