See llms.txt for all machine-readable content.
This workflow exposes a single webhook endpoint that routes requests to Skillora AI modules for generating study notes, YouTube learning video results, multiple-choice quizzes, career roadmaps, or a chat-based learning coach using Mistral Cloud, YouTube Data API, and Postgres-backed conversation memory.
body.module.notes, sends the topic, difficulty, language, and format to Mistral Cloud to generate structured study notes and returns { notes: ... } as JSON.youtube_search, queries the YouTube Data API for up to 10 videos matching the provided search term and language, formats the results into a clean videos array, and returns it as JSON.quiz, prompts Mistral Cloud to generate exactly the requested number of multiple-choice questions, parses the model output into valid JSON, and returns the quiz questions with options, answers, and explanations.roadmap, sends the provided career category and role to Mistral Cloud to generate a structured roadmap object (milestones, resources, and progress) and returns it as JSON.assistant, creates or reuses a session ID, uses Postgres chat memory plus Mistral Cloud to generate a contextual coaching reply, and returns the assistant message as JSON.body.module set to notes, youtube_search, quiz, roadmap, or assistant and the corresponding input fields.Need Help or Customization?
Digital Biz Tech can help tailor this workflow to your business.
We offer free setup support, including credential configuration and deployment.
Contact: [email protected]
Website: https://www.digitalbiz.tech
LinkedIn: https://www.linkedin.com/company/digital-biz-tech/
Developer: Beny B
Email: [email protected]
You can also DM us on LinkedIn for any help or customization.