Turn YouTube clips into cloned AI voices automatically

Pulls audio from a list of YouTube videos and submits it to ElevenLabs to create a cloned voice for each one.

How the work actually flows

A straight line. Runs once per each youtube video row.

Pattern: Sequence (1) ยท Multiple Instances without Synchronization (12)

flowchart TD trig[\"spreadsheet list of videos"\]:::trigdata s0[["extract audio from video"]]:::mi s1["submit audio to ElevenLabs"]:::svc s2[("save voice ID to sheet")]:::store trig --> s0 s0 --> s1 s1 --> s2 out[/"cloned voice for each video"/]:::out pay{{"voices built without manual uploads"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itAn outside serviceRuns once per itemA record or sheetResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Image & Media ProcessingSpreadsheet & Database Ops
Connects
Google SheetsElevenLabsYouTubeRapidAPI

The problem it solves

Creating a cloned voice usually means downloading video, converting audio, and uploading it by hand for every single sample. If you need to build several voices, that manual process adds up fast and pulls you away from other work.

Who it fits

A content creator, marketer, or studio that needs multiple AI voice clones built from existing video.

How it works

  1. Reads a list of YouTube links and voice names from a spreadsheet
  2. Extracts and downloads the audio from each video
  3. Submits the audio to ElevenLabs to create a new cloned voice
  4. Saves the resulting voice ID back to the spreadsheet
What you get

Voice clones built without recording a single line

You get a ready-to-use cloned voice for each video on your list, built automatically from existing YouTube audio.

What you get

A set of cloned AI voices in ElevenLabs, with each voice ID recorded in your spreadsheet.

What you need

A Google Sheets account, an ElevenLabs account on a paid plan, and a RapidAPI key.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook