Learn Bubble with 500+ tutorials, courses & AI Assistant ✨

Limited time launch offer get $80 off today

0 days 0 hours 0 minutes 0 seconds
SAVE $80 NOW
Planet No Code logo
Bubble.io CoachingFounder MentoringSponsorships
LoginLearn Bubble.io

Bubble with Speech to Text using AssemblyAI - Part 3

In the final part of this Bubble tutorial series using the AssemblyAI Speech to Text API we create a simple front end form for users to upload an audio file and receive a transcript.

Join now $19/monthLearn more
Get 500+ tutorials, a No-Code AI Assistant, 4 premium courses, and everything you need to build faster!
Bubble with Speech to Text using AssemblyAI - Part 3
Explore these topics...
Workflow
API Endpoints
Plugins
API Connector
Backend Workflows
Database
Design
AssemblyAI
Webhooks

With just this tutorial learn...

Unlock the power of speech-to-text: Learn how to integrate AssemblyAI with Bubble's no-code platform for seamless audio transcription.

Build a user-friendly interface: Discover how to create an intuitive GUI for file uploads and transcript retrieval in your Bubble app.

Master backend workflows: Explore how to leverage webhooks and API calls to efficiently process and display transcripts in your no-code application.

With membership you'll...

Learn how to build a ChatGPT Clone, Custom CRM for your business & SaaS Marketing website with Webflow & AI.

Unlock 500+ Bubble tutorial videos with AI powered Q&A.

Debug your Bubble app instantly with our custom trained No Code AI Assistant.

Join now $19/month
Risk-free! 14-day money-back guarantee. Cancel anytime.

Introduction to Assembly AI and Speech Recognition

Welcome to part three of our Bubble tutorial series looking at AssemblyAI and speech recognition / speech to text using the AssemblyAI API. So far in this tutorial check out the earlier two videos we've looked at how to set up an API call to AssemblyAI and how to use webhooks to be notified when a transcript is ready and retrieve that from our Bubble app.

Building the User Interface

This last tutorial we're putting it all together by building a graphical user interface so that user can upload a file and they get a transcript back. So to begin with I'm going to create a new page and we'll call this transcript and I'm going to add in a file uploader and a button and a text field and I'm going to put the text field into a group because I'm going to be passing data into it so text field as a group and then the group is going to be of type message.

Setting Up Data Types

These are data types that I had set up from a previous video I'm just using as a way to store the transcript when it arrives back to me and I'm going to say do a search for message and get the first one where they're ordered by creative date descending so I get the most recent result and then all I'm going to do with my text field is say groups message and again these are from a previous demonstration of ChatGPT API GPT 4 I'm just going to use content. Simply it doesn't matter nor does structure I just I'm finding somewhere in my database to save the text response that I get back and so I'm going to call this generate transcript.

Creating the Workflow

So what's it going to do? Let's create a workflow. So first of all I go to plugins and I have these options here. I have these options because in the previous video I've set up the AssemblyAI API and I've got two calls I've got the transcribe audio file which sends the audio file I then wait for a webhook and when I get that notification I then go and retrieve the audio file at the transcript I retrieve the transcript from the AssemblyAI servers and that's the second call here so my first call is to transcribe the audio file and I need to send the file that I upload.

Setting Up the API Call

File upload is value and I need its URL and then I need my webhook and the webhook that I need is set up in my backend workflows and is here but I'm going to account for the fact that I've got a development and a live version of my app and I want it to work in both so I replace if I'm going to copy this onto the clipboard in case Bubble overwrites it and then I'm simply going to remove everything there and say home URL and I'm just going to check on this page here whether home URL includes slash at the end.

Testing the Workflow

If I click preview yes it does so there you go so you can see that my home URL takes into account the version of the Bubble app that I'm using so yeah my home URL and then that's going to adapt whether it's the live version or the dev version of my app now from experience there's one other thing to do here that when Bubble expresses a files URL it doesn't include HTTP if that will be HTTPS and a colon it starts with slash slash and then goes into the URL so I'm adding that in there I'm then I think I'm probably at a good place to test it in fact so let's go preview and I'm going to upload my audio file and oh I'm going to delete it's the only file I've been using to test this whole process so I'm actually going to delete the file delete all messages okay right and I'll try uploading that again okay and I'm going to click generate transcript.

Processing the Audio File

Okay so Bubble has now sent the audio file to AssemblyAI and now it is waiting to receive the webhook and then if the webhook is activated it should create a new message with the content so we're going to give it a few moments just to see how that's going if that hasn't worked we will debug it no but it has worked there we go so you can see here that there is a process of waiting but it is not waiting on something to load on the front end it is being taken care of back-end workflow processes so you might want to display some sort of estimate of how long it can take like a spinner a loading something or other here because otherwise your users likely to spam the button here and then you just end up having an oversized API bill because they've submissive the audio file ten times and they're being impatient.

Handling User Experience

So I would suggest some sort of workflow off here which hides the button shows a message ten how long it's going to take and then you have some sort of provision like I've got here with do a search for the latest message in order to show when the message is actually created as a quick reminder I'll show you how that works so the this a notification is sent into here from AssemblyAI via the webhook that I sent out with the initial audio file so the data comes in here notification I then do another request to AssemblyAI to get the transcript using the transcript ID and that's then when I create the message using the results of step one and there's no waiting around here because the transcript is ready this is one of the key differences between Whisper and AssemblyAI is AssemblyAI has this webhook feature so although you might actually have to wait longer you're not dependent on a connection timing out or being maintained it's something that you can retrieve once it is ready and so there we have it if you have any questions if you'd like to see other demonstrations of other services other API's please do leave a comment we read every single one of them we try and reply with a detailed explanation where we can and yeah see you in the next video

Table of contents

Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Your No-Code Journey Starts Here

The best way to learn Bubble.io?

Build No Code Confidently

No more delays. With 30+ hours of expert content, you’ll have the insights needed to build effectively.

Find every solution in one place

No more searching across platforms for tutorials. Our bundle has everything you need, with 500+ videos covering every feature and technique.

Dive deep into every detail

Get beyond the basics with comprehensive, in-depth courses & no code tutorials that empower you to create a feature-rich, professional app.

Monthly
Yearly
Member
Accelerate your Bubble app to launch
$99 / month
$19/month/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now
Member
Accelerate your Bubble app to launch
$990 / year
$149/year/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now

Frequently Asked Questions

Find answers to common questions about our courses, tutorials & content.

Do I need any coding experience?

No. Our Beginner Essentials course and AI No-Code Coach are designed for total newcomers. You’ll learn Bubble.io step by step - no coding required.

How does the AI No-Code Coach work?

Simply type your question in plain English, and our AI taps into the entire video library to recommend the exact lessons you need. It’s like having a personal instructor on demand.

How long can I access the content?

As long as you’re subscribed! With our monthly subscription, you get unlimited access to all 500+ videos, our growing course library, and the AI No-Code Coach.

What courses are included

Your subscription includes:

  • Bubble Beginner Essentials – Get up and running fast.
  • Build a ChatGPT Clone – Integrate AI into your no-code apps.
  • Build Your SaaS Website with AI – Learn to create a scalable startup site.
  • Develop a Custom CRM App in Bubble - Learn database relationships with a CRM.

Plus, new tutorials every week!

What if I get stuck on a lesson?

The AI No-Code Coach is your first stop for instant answers. If you need deeper help, you can book 1:1 Bubble coaching for expert guidance.

Do you offer a money-back guarantee?

Yes! If you don’t see real progress within 14 days, let us know, and we’ll issue a full refund—no questions asked.

Can I cancel anytime?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

What if I want more than just tutorials & courses?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

If you’re serious about building a successful SaaS startup, check out Mastery—our intensive mentorship program. Mastery goes beyond Bubble.io development and includes:

  1. 1:1 mentorship to fast-track your progress
  2. Marketing strategies tailored for no-code founders‍
  3. Product management insights to scale your startup‍
  4. Personalized support from experienced founders

‍

Still have questions?

Reach out to our dedicated team.

Contact
Services
Search Bubble TutorialsBubble.io CoursesBook Bubble.io CoachingApply for Mastery
Latest Bubble tutorials
Rerank Text By MEANING With Cohere In Bubble.io Step by Step!
Unlock RAG Providers for NO CODE AI App Development TODAY!
Better Tables with Built-in Search and Sort By in Bubble.io
Partnerships
Flusk.eu
VectorShift
Comnoco
Plumb
Toddle
Whereby
Get started with no code
AI Powered No Code AppsNo Code Web ScrapingBubble.io Plugin tutorialsBubble API Connector tutorialsStudent & Teacher DiscountBest tools for no coders
Follow us
Youtube
X
LinkedIn
Planet No Code logo
In partnership with
Queen Mary University of London Logo
© 2024 Planet No Code. All rights reserved.
Privacy PolicyTerms of ServiceCookies SettingsContact Us