AI Note Taker - Youtube

Flow·2 steps·workflow

Create AI Note Taker – YouTube using Eachlabs workflows—easily integrate automatic video summarization into your web and mobile applications with Eachlabs API.

Steps
2
Inputs
1
Runs
-
Template · pipeline2 steps
  1. 1
    youtube-transcriptorid · step1 · model
    url
    $.inputs.youtube_url
  2. 2
    openai-chatgpt-5id · step2 · model
    max_output_tokens
    512
    system_prompt
    "You are a summarize assistant"
    user_prompt
    " $.step1.primary I want you to summarize the above text. Whi…"
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/31047781-494e-4d0a-80d6-b0ec22fd5e25/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "youtube_url": "https://www.youtube.com/watch?v=QRZ_l7cVzzU&ab_channel=YCombinator"
      }
    }' | jq -r .execution_id)

# 2. Poll the execution until it's done
curl -s https://workflows.eachlabs.run/api/v1/executions/$EXEC \
  -H "X-API-Key: $EACHLABS_API_KEY"

Trigger returns an execution_id · poll the executions endpoint for the final output

Playground · what you can change1 input

Clone this template into your workspace, then tweak any of the inputs below, or rewrite the step prompts, to spin up your own variation. The pipeline stays the same; the creative output is yours.

  • youtube_urlrequired
    default · watch
    text
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside youtube-transcriptor to change tone, scene, or pacing.
  • · Replace any model step with a faster or pricier alternative for a different vibe.
  • · Chain extra steps (upscale, audio, captions) to extend the pipeline.

More flows like this