Make.com Templates

V2

Välj ett flöde, kopiera JSON, importera det till Make.com, ersätt platshållare och testa med en förfrågan.

Välj flöde

Sync RequestAPI v2

Sync Request

Webhook-triggered Make.com scenario that posts a single video to `/api/v2/transcribe` and exposes the completed transcript payload for downstream modules.

Paste into Make blueprint import.

Quick steps

Paste this JSON into Make blueprint import.

Replace the API key and request defaults.

Run one small sync request and confirm the response shape.

Sample V2 Request Body

{
  "video": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
  "language": "en",
  "source": "auto",
  "format": {
    "timestamp": true,
    "paragraphs": false,
    "words": false
  }
}
    Make.com YouTube-transkriptionsmall