n8n Templates

V2

いずれかのフローを選択し、JSONをコピーして、n8nにインポートし、プレースホルダーを置き換えて、1つのリクエストでテストします。

フローを選択

Sync RequestAPI v2

Sync Request

Manual-trigger n8n workflow that builds the V2 request body, calls `/api/v2/transcribe`, and normalizes the transcript fields for follow-up nodes.

Paste into n8n workflow import.

Quick steps

Paste this JSON into n8n workflow 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
  }
}
    n8n YouTube文字起こしテンプレート