autosubtitle

n8n node for AutoSubtitle.net API - Automatically generate subtitles for videos

Documentation

n8n-nodes-autosubtitle

AutoSubtitle.net API integration for n8n. Automatically generate subtitles for your videos with AI-powered transcription and customizable styling.

Features

  • 🎬 Create Subtitles: Generate subtitles from video URLs or binary files
  • 📋 List Transactions: Get all your subtitle generation history
  • 🔍 Get Transaction: Retrieve specific transaction details by ID
  • 💳 Billing Summary: Check your usage and plan information
  • 🎨 Full Customization: Control fonts, colors, positions, and animations
  • 🌍 Multi-language Support: Support for 10+ languages

Installation

npm install n8n-nodes-autosubtitle

Or install directly in n8n:

  1. Go to Settings → Community Nodes
  2. Click "Install a community node"
  3. Enter: n8n-nodes-autosubtitle
  4. Click "Install"

Nodes

AutoSubtitle (Create Subtitle)

Generate subtitles for videos. Supports both URL and binary file inputs.

Input:

  • Video URL or binary file
  • Language selection
  • Font customization (name, size, weight, color)
  • Highlight color
  • Stroke settings (width, color)
  • Background settings (color, opacity)
  • Position and offset
  • Animation options

Output:

  • Transaction object with job ID and status

Get Subtitles

Retrieve a list of all your subtitle generation transactions.

Output:

  • Array of transaction objects

Get Transaction

Get details of a specific transaction by ID.

Input:

  • Transaction ID

Output:

  • Transaction object with full details

Get Billing Summary

Get your current plan, usage statistics, and billing information.

Output:

  • Plan details
  • Usage statistics (used/limit)
  • Reset date

Credentials

  1. Get your API key from AutoSubtitle.net Dashboard
  2. In n8n, create new credentials of type "AutoSubtitle API"
  3. Enter your API key
  4. API Base URL defaults to https://api.autosubtitle.net/api

Example Workflows

Basic Subtitle Generation

  1. Add "AutoSubtitle" node
  2. Configure credentials
  3. Set video URL
  4. Customize subtitle style
  5. Execute to create subtitle job

Check Transaction Status

  1. Add "Get Transaction" node
  2. Enter transaction ID from previous step
  3. Check status field in response

API Documentation

For full API documentation, visit: https://autosubtitle.net/dashboard/api

Support

License

MIT

Discussion