MARKETPLACE
PLUGINS
AUDIO TRANSCRIPTION
Audio Transcription logo

Audio Transcription

Published July 2022
   •    Updated November 2025

Plugin details

This plugin allows you to convert audio or video files into text by integrating AssemblyAI's powerful speech-to-text API directly into your Bubble.io application.
Perfect for applications that need automated transcription, searchable media archives, voice note analysis, or language accessibility.

$35

One time

stars   •   0 ratings
8 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

WGD Plugins logo
WGD Plugins
Joined 2021   •   60 Plugins
View contributor profile

Instructions

1. Install the Plugin Go to your Bubble app’s Plugins tab.

Search for “WGD: Assembly AI Audio Transcription” and click Install.

2. Set Up API Authentication
Go to the plugin editor (or API Connector if doing manually).

Under shared headers, set:

Key: Authorization

Value: Bearer YOUR_ASSEMBLYAI_API_KEY

Replace YOUR_ASSEMBLYAI_API_KEY with the actual API key from your AssemblyAI dashboard.

Upload Audio for Transcription
Action: Upload Audio File to Process
Type: POST

URL: https://api.assemblyai.com/v2/transcript

Headers:

Authorization: Bearer YOUR_API_KEY

Content-Type: application/json
Replace the dynamic fields (<Your_Audio_URL> etc.) using Bubble’s dynamic expressions.

Check Transcription Status
Action: Get Processed Results - Backend
Type: GET

URL:
https://api.assemblyai.com/v2/transcript/{{transcript_id}}

Replace {{transcript_id}} with the ID received from the upload response.

This call will return the full transcription details including timestamps, speaker labels, and analytics (if enabled).

Fetch for Frontend Use
Action: Get Processed Results - Frontend
Same endpoint and method as above, just used on the client side if needed (use sparingly due to exposing the API key).

Types

This plugin can be found under the following types:
Api   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble