50th like This is the reason I pay 97 dollars/mo, a small fortune here, to get access to your community..I love this type of automation to help and as well reduce costs, my biggest problem with automation so far is
Big, big fan! Thank you so much. In fact, you have inspired me to adjust my software agency by focusing on AI Automation with No/Low code! In fact, I created my first AI Automation video on how to leverage ChatGpt Batch Processing (50% cheaper) + Sheets Batch Update using Make. Thanks again!
i watched your previous video about the similar topic (cancel your subscription....) week ago and hosted the API in GCP, just like you did now in this video, i'm proud to my self that i have the DNA like yours lol...
From my understanding, any generation type APIs are irreplaceable, because they are connected to services that actually do complicated work. Therefore, things like a Midjourney or Luma Labs are always going to be there.
Looking for more free stuff on Custom API creation step-by-step process. This is what I was looking from your last Docker API containerization video. I'm following you closely. 🎉 Thank you. ❤
This is valuable content! I’m a little confused though - how do you install the models on the Google Colab instance? The libraries that actually do the tasks. And you are making the API to work with. How are those set up on the instance? I watched the whole video, but I might have missed it 🤷🏻♂️
@@StephenGPope Oh well I didn't get stuck per se, I haven't tried it yet :) I'm just wondering about where the models come in? How do the AI models get installed on the instance? Does the instance come bundled with them, or were they set up at some point during the video? Thanks a lot for the great content.
@@StephenGPope I was also wonder how the '/transcript' endpoint works ? There is any code function define and deploy on the server? . Or there is something that came natively in google? . It is not about the set up it is more a question about how the enpoint works? . Also your video is AMAZING!!! I am full code developer looking forward to move to automate things as I think this is the way to build MVP and content in a fast way.
Thanks, Stephen. I see that this can replace CloudConvert to some extent (video to audio conversion), but will it replace JSON2VIDEO? The NCA module doesn't offer any adjustment options and it doesn't offer subtitles. Meanwhile, do you allow us to create more endpoints on the NCA Toolkit for new functions?
🎯 Key points for quick navigation: 00:00 *📊 Learn how to eliminate monthly API subscription costs by building and deploying your own API on Google Cloud.* 00:13 *🆓 The video introduces free tools for creating and managing custom APIs, useful for businesses to avoid costly API services.* 00:27 *💸 Heavy usage of paid APIs for automation can become expensive; building a custom API can significantly reduce these costs.* 00:54 *🖥️ Building a custom API with common functions allows for cheaper, scalable automation.* 01:37 *🎵 The video details modules for converting media, transcribing files, and combining videos, replacing costly APIs.* 02:34 *🔄 An API is essentially a server with code that processes requests; custom APIs can handle specific, frequent tasks at a lower cost.* 03:02 *🎯 The focus is on replacing costly APIs with a custom solution for commonly used functions, rather than all APIs.* 03:30 *🛠️ Tutorial includes how to deploy a custom API toolkit on Google Cloud and track requests using Airtable.* 04:14 *🎁 Google Cloud offers a $300 credit for new users, making it easier to start with custom API deployment.* 06:36 *🔑 Steps to create and manage service accounts, including setting permissions and downloading key files.* 07:46 *🌐 Configuring public access to cloud storage for storing files generated by the API.* 09:12 *⚙️ Instructions for setting up API variables, including API key and bucket name, and deploying the service.* 10:50 *🧪 Testing the API using Postman to ensure functionality and correctness.* 14:44 *🔍 Demonstrating how to use the HTTP module in Make.com to call the custom API.* 16:40 *🧩 Showcasing the ease of using the No Code Architects toolkit modules to simplify API interactions.* 18:56 *🚀 The No Code Architects toolkit API includes a webhook feature to handle long processing tasks and notify when they are complete.* 19:24 *📊 Airtable is used to track API calls, responses, and processing status with a basic database setup.* 19:53 *🔄 The webhook automation in Airtable triggers updates based on API responses, allowing seamless tracking of ongoing tasks.* 20:49 *🎥 The system can handle multiple media processing tasks, including converting media to MP3, transcribing videos, and combining videos, using webhooks for better efficiency.* 22:06 *🔧 By using webhooks, the API processes requests asynchronously, reducing wait times and improving workflow management.* 23:28 *⏱️ The combined videos process may take longer depending on video size and server resources but is managed through the same API toolkit and Airtable integration.* 24:12 *🎯 The focus is on replacing specific, frequently used API functions to lower costs, rather than attempting to replace every API.* 24:42 *🤝 The toolkit encourages community collaboration to develop and release beneficial API functions, aiming to continuously improve and expand capabilities.* 24:55 *📦 Members of the No Code Architects community receive early access and support to implement these tools in their automations, though they can also use the HTTP module independently.* Made with HARPA AI
@@StephenGPope Harpa AI - it's a chrome browser extension that extends any AI model (OpenAI, Claude, OpenRouter APIs, and more ...) to any/all web pages. It can transcribe UA-cam videos, and you can ask it questions about the content covered in videos, automate browser tasks, write emails, and a TON of other use-cases. Check it out! 😎 (No, I don't work for them, I just love it that much and find it crazy-useful!) 😊
@@StephenGPope this functions are free in some tool kits for youtobers or some platforms. Thank you for your job!!!! I am not still sure, but 99% you made me super reach! Hope to meet you in person!
I get an internal server error 500 when using /transcribe-media, apparently it says it cant upload the audio. I've also tried the media-to-mp3 and the same internal server error 500 appears. Maybe I did something wrong?
it should return an error with that 500, make sure to join one of my communities where it's easier to share screenshots and get technical support. UA-cam isn't great for that kind of work.
@@StephenGPope I was always thinking of creating these automated videos but the charges were huge - json2video and other ones too. This alternative is great. Thanks Stephen!
what if i got Failed to load audio: ffmpeg version n7.0.2 Copyright (c) 2000-2024 the FFmpeg developers built with gcc 12 (Debian 12.2.0-14) ?? tried with a few small videos
To get beta access to that toolkit you need to be inside the community othwrwise you can use the http module like i showed in the video. It will be live in a few weeks, public release of the make module.
Im stucked on the postman request 10:50 . All the time the server responses me: 404 Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Are you trying the transcribe one? In that case the endpoint is actually "/transcribe-media" I think they updated it, it's in their github documentation. I changed that and the error doesn't show anymore...but now I'm getting a 500 internal error lol although im pretty sure this one is on me, maybe I did something wrong
I run the test on postman, but keep getting the same error 404 not found even though the file in Drive is set to "everyone with a link can edit".... thoughts?
404 error UNLESS you do this: 1) update the POST to /transcribe-media and 2) add Key: “Content-Type” and Value: “application/json” to the Headers. (PS. If it’s still 404 error, use your own .mp3 file and ensure permissions allow public access or use the GCP bucket you made to host the media file instead.) Hope this helps!
at the step 12:35min i get a error message "Failed to load audio" The video in my google drive account is available for everyone (public) and have only 12mb - i tested it also with a other video
50th like
This is the reason I pay 97 dollars/mo, a small fortune here, to get access to your community..I love this type of automation to help and as well reduce costs, my biggest problem with automation so far is
And we've only begun! Thanks for being a member!
same for me
Stephen!!! 🔥🔥🔥❤️ Im in your community! It's power! ✊🏻
🔥🔥🔥🔥🔥 nice keep coming with the feedback!
@@StephenGPope ❤️
I've been waiting for this. Love the skool community. Learned a lot in there.
So glad to hear that!! Enjoy and this is only the beginning.
Big, big fan! Thank you so much. In fact, you have inspired me to adjust my software agency by focusing on AI Automation with No/Low code! In fact, I created my first AI Automation video on how to leverage ChatGpt Batch Processing (50% cheaper) + Sheets Batch Update using Make. Thanks again!
Wow that's amazing. Ultimately putting everything on our own cloud platform include open source AI models even would likely be much cheaper.
Thanks for tutorial Stephen! Definitely like the idea to have API under control rather than send our data for analytics for different API providers
Ah yea thats a good usecase too
i watched your previous video about the similar topic (cancel your subscription....) week ago and hosted the API in GCP, just like you did now in this video, i'm proud to my self that i have the DNA like yours lol...
hahah nice! thanks for letting me know you built it.
This is insane value Stephen thanks for this
👍👌
Once again, thank you, G! Joining team no code soon!
Can't wait to implement this! Are you planing on replacing the API for Image to Video? This is the biggest cost! Thanks Stephen :)
From my understanding, any generation type APIs are irreplaceable, because they are connected to services that actually do complicated work. Therefore, things like a Midjourney or Luma Labs are always going to be there.
@StephenGPope I'm also wondering if it will be possible to replace Leonardo and Elevenlabs or will I have to pay for them monthly anyway?
Extremely cool Stephen
Looking for more free stuff on Custom API creation step-by-step process. This is what I was looking from your last Docker API containerization video. I'm following you closely. 🎉 Thank you. ❤
Like how to build your own api?
This is valuable content!
I’m a little confused though - how do you install the models on the Google Colab instance?
The libraries that actually do the tasks. And you are making the API to work with. How are those set up on the instance?
I watched the whole video, but I might have missed it 🤷🏻♂️
Where did you get stuck i set up the system in the video step by step
@@StephenGPope Oh well I didn't get stuck per se, I haven't tried it yet :)
I'm just wondering about where the models come in? How do the AI models get installed on the instance? Does the instance come bundled with them, or were they set up at some point during the video?
Thanks a lot for the great content.
@@StephenGPope I was also wonder how the '/transcript' endpoint works ? There is any code function define and deploy on the server? . Or there is something that came natively in google? . It is not about the set up it is more a question about how the enpoint works? . Also your video is AMAZING!!! I am full code developer looking forward to move to automate things as I think this is the way to build MVP and content in a fast way.
@@yajariyu The Transcript endpoint is pointing to a script, which uses open-source tools functions to transcribe videos.
@@littledovecitydust Thank you!!! I didn't get it.
Fantastic stuff. Thank you.
💪🔥
Hi Stephen, Can you show how to replace the " FACELESS Videos 100% Automated" modules with these new approach? to reduce money ?
Yes!
@@StephenGPopegreat idea!
@Stephen What kind of savings are we talking about here?
Its going to depend on the situation youll have to be more specific in what youre using and the volume at which you use the apis
Thanks, Stephen. I see that this can replace CloudConvert to some extent (video to audio conversion), but will it replace JSON2VIDEO? The NCA module doesn't offer any adjustment options and it doesn't offer subtitles. Meanwhile, do you allow us to create more endpoints on the NCA Toolkit for new functions?
Amazing work 👏 😊
Thanks 💪 🙏
It's already global🌐, 💜Much love from India! 🇮🇳🔥
What software is this you are showing?
🎯 Key points for quick navigation:
00:00 *📊 Learn how to eliminate monthly API subscription costs by building and deploying your own API on Google Cloud.*
00:13 *🆓 The video introduces free tools for creating and managing custom APIs, useful for businesses to avoid costly API services.*
00:27 *💸 Heavy usage of paid APIs for automation can become expensive; building a custom API can significantly reduce these costs.*
00:54 *🖥️ Building a custom API with common functions allows for cheaper, scalable automation.*
01:37 *🎵 The video details modules for converting media, transcribing files, and combining videos, replacing costly APIs.*
02:34 *🔄 An API is essentially a server with code that processes requests; custom APIs can handle specific, frequent tasks at a lower cost.*
03:02 *🎯 The focus is on replacing costly APIs with a custom solution for commonly used functions, rather than all APIs.*
03:30 *🛠️ Tutorial includes how to deploy a custom API toolkit on Google Cloud and track requests using Airtable.*
04:14 *🎁 Google Cloud offers a $300 credit for new users, making it easier to start with custom API deployment.*
06:36 *🔑 Steps to create and manage service accounts, including setting permissions and downloading key files.*
07:46 *🌐 Configuring public access to cloud storage for storing files generated by the API.*
09:12 *⚙️ Instructions for setting up API variables, including API key and bucket name, and deploying the service.*
10:50 *🧪 Testing the API using Postman to ensure functionality and correctness.*
14:44 *🔍 Demonstrating how to use the HTTP module in Make.com to call the custom API.*
16:40 *🧩 Showcasing the ease of using the No Code Architects toolkit modules to simplify API interactions.*
18:56 *🚀 The No Code Architects toolkit API includes a webhook feature to handle long processing tasks and notify when they are complete.*
19:24 *📊 Airtable is used to track API calls, responses, and processing status with a basic database setup.*
19:53 *🔄 The webhook automation in Airtable triggers updates based on API responses, allowing seamless tracking of ongoing tasks.*
20:49 *🎥 The system can handle multiple media processing tasks, including converting media to MP3, transcribing videos, and combining videos, using webhooks for better efficiency.*
22:06 *🔧 By using webhooks, the API processes requests asynchronously, reducing wait times and improving workflow management.*
23:28 *⏱️ The combined videos process may take longer depending on video size and server resources but is managed through the same API toolkit and Airtable integration.*
24:12 *🎯 The focus is on replacing specific, frequently used API functions to lower costs, rather than attempting to replace every API.*
24:42 *🤝 The toolkit encourages community collaboration to develop and release beneficial API functions, aiming to continuously improve and expand capabilities.*
24:55 *📦 Members of the No Code Architects community receive early access and support to implement these tools in their automations, though they can also use the HTTP module independently.*
Made with HARPA AI
Howd you make it?
@@StephenGPope Harpa AI - it's a chrome browser extension that extends any AI model (OpenAI, Claude, OpenRouter APIs, and more ...) to any/all web pages. It can transcribe UA-cam videos, and you can ask it questions about the content covered in videos, automate browser tasks, write emails, and a TON of other use-cases. Check it out! 😎 (No, I don't work for them, I just love it that much and find it crazy-useful!) 😊
@@StephenGPope this functions are free in some tool kits for youtobers or some platforms.
Thank you for your job!!!! I am not still sure, but 99% you made me super reach! Hope to meet you in person!
I get an internal server error 500 when using /transcribe-media, apparently it says it cant upload the audio. I've also tried the media-to-mp3 and the same internal server error 500 appears. Maybe I did something wrong?
it should return an error with that 500, make sure to join one of my communities where it's easier to share screenshots and get technical support. UA-cam isn't great for that kind of work.
You are the best🎉
No you! 😁
you're the best
How do you make those arrows and boxes with your mouse?
App called demo pro on mac
great one
What you like about it?
@@StephenGPope I was always thinking of creating these automated videos but the charges were huge - json2video and other ones too.
This alternative is great.
Thanks Stephen!
what if i got Failed to load audio: ffmpeg version n7.0.2 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14) ?? tried with a few small videos
Great video, but what was it all about? Automatic transcription? 💁
Partly yes
Hi, I can't find "No-code Architects" in the make application list..am I doing something wrong?
To get beta access to that toolkit you need to be inside the community othwrwise you can use the http module like i showed in the video. It will be live in a few weeks, public release of the make module.
Im stucked on the postman request 10:50 . All the time the server responses me:
404 Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Are you trying the transcribe one? In that case the endpoint is actually "/transcribe-media" I think they updated it, it's in their github documentation. I changed that and the error doesn't show anymore...but now I'm getting a 500 internal error lol although im pretty sure this one is on me, maybe I did something wrong
@@ricardotaipe I'm getting a 503 service unavailable error
I run the test on postman, but keep getting the same error 404 not found even though the file in Drive is set to "everyone with a link can edit".... thoughts?
Same error here! Stuck here
same here
same for me
tripple ❤❤❤
🙏
How can I put the gpt chat api there?
MANIAC!🤔☘️💪🎯👍
🔥🔥🔥
Chevraman
404 error UNLESS you do this: 1) update the POST to /transcribe-media and 2) add Key: “Content-Type” and Value: “application/json” to the Headers. (PS. If it’s still 404 error, use your own .mp3 file and ensure permissions allow public access or use the GCP bucket you made to host the media file instead.) Hope this helps!
at the step 12:35min i get a error message "Failed to load audio"
The video in my google drive account is available for everyone (public) and have only 12mb - i tested it also with a other video
{
"message": "Failed to load audio: ffmpeg version 5.1.6-0+deb12u1 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
GCP/input_media: Invalid data found when processing input
"
}
Getting the same error. Did everything as per the tutorial. "
looks like the URL link is not working and the API isn't able to download the file.
Hello pls who help you with your channel
no-code-architects-toolkit-demo Don't Work :(
It does work many have built it. Whats wrong?
@@StephenGPope Now everything works, I have installed it, thank you very much.😀