Back to Nodes

Transkriptor

v0.1.1
Last updated Aug 24, 2026

n8n community node for Transkriptor - AI-powered transcription service supporting 100+ languages with speaker recognition, timestamps, and automated summaries.

20 Weekly Downloads
166 Monthly Downloads

Included Nodes

Transkriptor

Description

n8n-nodes-transkriptor

This is an n8n community node. It lets you use Transkriptor in your n8n workflows.

Transkriptor is an AI-powered transcription service that converts audio and video into text. It supports 100+ languages with automatic speaker recognition, timestamps, and multiple export formats.

n8n is a fair-code licensed workflow automation platform.

Installation ·
Operations ·
Credentials ·
Compatibility ·
Usage ·
Resources ·
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Transcription

| Operation | Description |
|———–|————-|
| Transcribe From URL | Transcribe audio/video from a URL — supports YouTube, Google Drive, Dropbox, OneDrive, and any public media URL |
| Transcribe Meeting | Send a bot to join and transcribe a live Google Meet, Microsoft Teams, or Zoom meeting |

Transcript

| Operation | Description |
|———–|————-|
| Get | Retrieve transcription content by order ID |
| Get Many | Retrieve a list of your transcription files |
| Export | Export a transcription in various formats (TXT, SRT, PDF, DOCX) |

Webhook

| Operation | Description |
|———–|————-|
| Create | Create a new webhook to receive transcription notifications |
| Get | Retrieve details of a specific webhook |
| Get Many | Retrieve all registered webhooks |
| Update | Update an existing webhook’s settings |
| Delete | Remove a webhook to stop receiving notifications |

Credentials

To use this node you need a Transkriptor API key.

1. Sign up or log in at transkriptor.com
2. Go to SettingsMy Account
3. Copy your API Key shown on the page
4. In n8n, go to CredentialsNew Credential → search for Transkriptor API
5. Paste your API key and save

The node uses Bearer token authentication. Your credentials are validated automatically when you save them.

Compatibility

  • Minimum n8n version: 1.0.0
  • Tested with n8n 1.x
  • Node.js 18+ required
  • Usage

    Transcribe a YouTube video

    1. Add the Transkriptor node to your workflow
    2. Select TranscriptionTranscribe From URL
    3. Paste the YouTube URL
    4. Choose the language from the dropdown (130+ supported languages)
    5. Select the service type: Standard or Subtitle
    6. Execute the node — you’ll receive an order_id to track the transcription

    Retrieve the transcription result

    1. Add another Transkriptor node
    2. Select TranscriptGet
    3. Use the order_id from the previous step
    4. The result includes full text with timestamps and speaker labels

    Export to a specific format

    1. Add a Transkriptor node
    2. Select TranscriptExport
    3. Provide the order_id
    4. Choose your desired format (TXT, SRT, PDF, DOCX)
    5. Configure export options like timestamps, speaker labels, and paragraph size

    Transcribe a live meeting

    1. Add a Transkriptor node
    2. Select TranscriptionTranscribe Meeting
    3. Paste the meeting URL (Google Meet, Microsoft Teams, or Zoom)
    4. Optionally set the bot name, language, and summary template
    5. A bot will join the meeting and begin transcribing

    Resources

  • n8n community nodes documentation
  • Transkriptor API documentation
  • Transkriptor website
  • GitHub repository
  • Version history

    0.1.1

  • Fixed codex file: correct node identifier and removed unsupported subcategories
  • Removed unused declarative routing / requestDefaults blocks (programmatic execute() is the sole execution path)
  • 0.1.0

    Initial release with support for:

  • Transcription from URL (YouTube, Google Drive, Dropbox, OneDrive)
  • Live meeting transcription (Google Meet, Teams, Zoom)
  • Transcript retrieval and export (TXT, SRT, PDF, DOCX)
  • Webhook management (Create, Get, Update, Delete)
  • 130+ language support via searchable dropdown
  • Light and dark theme icons

License

MIT