Close menu
Explore Plans
Mobile menu Close menu
AssemblyAI

New completed transcript

This trigger fires when a submitted audio file has finished transcription in AssemblyAI.

Developer info

API endpoint slug
assemblyai.new_transcript_completed

Trigger fields

No fields for this trigger

Ingredients

Transcript The unique ID of the transcript. Pass this to the "Get transcript details" or any of the AI queries.

Slug
transcript_id
Filter code
Assemblyai.newTranscriptCompleted.TranscriptId
Type
String
Example
5551722-f677-48a6-9f88-7e7c44e60d2c

Status The transcription status. Always "completed" for this trigger.

Slug
status
Filter code
Assemblyai.newTranscriptCompleted.Status
Type
String
Example
completed

Audio url The URL of the source audio that was transcribed.

Slug
audio_url
Filter code
Assemblyai.newTranscriptCompleted.AudioUrl
Type
Web URL
Example
https://example.com/audio/meeting.mp3

Transcript text The full transcribed text.

Slug
transcript_text
Filter code
Assemblyai.newTranscriptCompleted.TranscriptText
Type
String
Example
Welcome everyone to the weekly product sync. Today we'll cover the launch timeline.

Confidence Overall transcription confidence between 0 and 1.

Slug
confidence
Filter code
Assemblyai.newTranscriptCompleted.Confidence
Type
String
Example
0.94

Duration seconds Length of the audio in seconds.

Slug
duration_seconds
Filter code
Assemblyai.newTranscriptCompleted.DurationSeconds
Type
String
Example
183

Speaker count Number of distinct speakers detected. 0 when speaker labels were not enabled.

Slug
speaker_count
Filter code
Assemblyai.newTranscriptCompleted.SpeakerCount
Type
String
Example
2

Language code The detected or specified language code.

Slug
language_code
Filter code
Assemblyai.newTranscriptCompleted.LanguageCode
Type
String
Example
en

Completed at When the transcription finished.

Slug
completed_at
Filter code
Assemblyai.newTranscriptCompleted.CompletedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00