Email AssemblyAI transcript after Zoom meeting ends
This query returns the full details of a completed or in-progress AssemblyAI transcript.
Developer info
- API endpoint slug
- assemblyai.get_transcript_details
- Runtime method
- performQuery("assemblyai.get_transcript_details"}
Query fields
Transcript Text input
- Label
- Transcript ID
- Helper text
- The ID of the transcript to retrieve. Use TranscriptId from the "New completed transcript" trigger or a create action.
- Slug
- transcript_id
- Required
- true
- Can have default value
- true
Ingredients
Transcript The unique ID of the transcript.
- Slug
- transcript_id
- Filter code
- Assemblyai.getTranscriptDetails.TranscriptId
- Type
- String
- Example
- 5551722-f677-48a6-9f88-7e7c44e60d2c
Status The transcription status (queued, processing, completed, or error).
- Slug
- status
- Filter code
- Assemblyai.getTranscriptDetails.Status
- Type
- String
- Example
- completed
Transcript text The full transcribed text.
- Slug
- transcript_text
- Filter code
- Assemblyai.getTranscriptDetails.TranscriptText
- Type
- String
- Example
- Welcome everyone to the weekly product sync.
Confidence Overall transcription confidence between 0 and 1.
- Slug
- confidence
- Filter code
- Assemblyai.getTranscriptDetails.Confidence
- Type
- String
- Example
- 0.94
Duration seconds Length of the audio in seconds.
- Slug
- duration_seconds
- Filter code
- Assemblyai.getTranscriptDetails.DurationSeconds
- Type
- String
- Example
- 183
Audio url The URL of the source audio that was transcribed.
- Slug
- audio_url
- Filter code
- Assemblyai.getTranscriptDetails.AudioUrl
- Type
- Web URL
- Example
- https://example.com/audio/meeting.mp3
Speaker count Number of distinct speakers detected. 0 when speaker labels were not enabled.
- Slug
- speaker_count
- Filter code
- Assemblyai.getTranscriptDetails.SpeakerCount
- Type
- String
- Example
- 2
Speaker labels Whether speaker labeling was enabled for this transcript.
- Slug
- speaker_labels
- Filter code
- Assemblyai.getTranscriptDetails.SpeakerLabels
- Type
- String
- Example
- true
Language code The detected or specified language code.
- Slug
- language_code
- Filter code
- Assemblyai.getTranscriptDetails.LanguageCode
- Type
- String
- Example
- en
Words json The full word-level results as a JSON array (text, start, end, confidence, speaker per word).
- Slug
- words_json
- Filter code
- Assemblyai.getTranscriptDetails.WordsJson
- Type
- String
- Example
- [{"text":"Welcome","start":160,"end":480,"confidence":0.99,"speaker":"A"}]
