Budget: Under $500
Category: callin.io Workflow Automation / AI Agent Creation / Multimedia Automation
Project Type: One-time setup (with potential for future collaboration)
Timeline: Ideally within 1–2 weeks
Overview:
I’m looking for an experienced callin.io expert or automation wizard to help me create a complete automated workflow that replicates the format and flow of videos from the following YouTube channels (though in different niches i will share with you later):
My goal is to automatically generate and publish hypnotic-style YouTube videos on autopilot—in multiple languages—with AI and automation tools. If you’re skilled with callin.io, AI agents, automation, video/audio generation, and multi-platform publishing, this project is for you.
Deliverables:
A complete callin.io workflow that can do the following:
1. Script Generation
- Automatically generate scripts following a specific set of guidelines and framework
2. Video Generation
- Automatically generate hypnotic videos that are at least 90 minutes long
-
Include:
- Engaging and calming storytelling (via AI or scripted prompts)
- A hypnotic background soundtrack
- Crackling fireplace sounds layered in
- AI-generated or royalty-free visuals (if necessary)
3. Multilingual Output
- Generate the same video in 5 languages (English, spanish, french, german, portuguese)
- Automate the translation of script and voiceover using tools like ElevenLabs, Whisper, etc.
3. Upload to 5 YouTube Channels (1 per language)
- Upload each language version to its own dedicated channel via YouTube API
- Use SEO-optimized titles, descriptions, and thumbnails (can be templated)
Tools & Integrations You Can Use:
I’m open to your suggestions, but here are tools you might already work with:
- callin.io (self-hosted or cloud)
- ChatGPT / Claude / other LLMs for story generation
- ElevenLabs / PlayHT / Whisper for voiceovers
- FFmpeg / Descript / Runway / Pictory for audio/video editing
- YouTube API for publishing
- Google Translate / DeepL for translations
Requirements:
- Must build a working, testable end-to-end system (from idea to upload)
- Code/workflow must be modular and editable for future changes
- Prefer no-code/low-code + AI stack (unless you’re providing instructions or modules I can maintain)
Budget:
- Budget: Under $500 USD
- Can offer bonus and/or future work if this goes smoothly and happy with the outcome if automations work with no errors with the desired outcome
- Note: I have many workflows i need built for my marketing projects and clients, so there’s tons of potential for future work as well and eventually come on board on a monthly retainer at some point just to overlook the workflows and and fix any potential issues
How to Apply:
- Please share:
- Relevant past experience (especially callin.io/AI/multimedia workflows)
- Your proposed tools/tech stack
- Timeline for completion
- Anything else that shows me you can make this happen
Let’s build something magical.
Looking forward to hearing from you!
Hello, we can schedule a call: Calendly and you can let me know if you are available for a call now so I can send a meeting link
Hey,
I understand. I've been developing various forms of automations for the past 2 years and have created hundreds of flows for my clients. I've collaborated with diverse companies, generating tens of thousands in revenue or savings through strategic flows. When you choose to work with me, I'll not only build this flow but also provide a complimentary consultation, as I have for all my clients, which has resulted in significant revenue increases.
I've previously constructed a workflow similar to this for a client. I can share that experience and demonstrate how you can streamline processes within your company for more efficient operations. All of this is offered with no obligations during our initial call.
Feel free to check out my website and book a call with me there!
Talk soon!
Hello,
This seems like an interesting challenge. When I create multilingual video workflows, I typically divide the process into three phases: 1) script creation, 2) media compilation, and 3) dissemination. callin.io is well-suited for this as each phase can be managed in its own sub-workflow, and data can be passed between them using webhook calls.
Here's a common approach I employ:
• A trigger node retrieves a topic from a spreadsheet or database and forwards it to an LLM node for the initial script draft.
• Parallel branches then send the script to ElevenLabs (or a similar service) for voice generation in each language. Subsequently, an Exec/FFmpeg node integrates the soundtrack, fireplace ambiance, and AI-generated visuals.
• A SplitInBatches node iterates through the five language variations and invokes the YouTube API node, utilizing the appropriate channel credentials, title template, and thumbnail.
Some practical recommendations:
• Store intermediate assets in a cloud storage bucket (S3, GCS) and pass signed URLs instead of large files to maintain workflow efficiency.
• Implement a MediaInfo check prior to uploading to catch any rendering issues early, preventing them from halting the entire process.
• Utilize the Error Trigger in each sub-workflow to send alerts to Slack/Discord upon failure, enabling you to re-run only the affected segment.
To help scope this effectively, I have a couple of quick questions:
- Do you already possess ElevenLabs/Whisper API keys with sufficient concurrency to handle 90-minute audio in multiple languages?
- Will the topics be provided manually, or should the workflow automatically research ideas based on the channel's niche?
This advice is based on my experience with similar automation projects.