Package Information
Downloads: 46 weekly / 58 monthly
Latest Version: 1.0.4
Author: AutoSubtitle
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:
- Go to Settings → Community Nodes
- Click "Install a community node"
- Enter:
n8n-nodes-autosubtitle - 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
- Get your API key from AutoSubtitle.net Dashboard
- In n8n, create new credentials of type "AutoSubtitle API"
- Enter your API key
- API Base URL defaults to
https://api.autosubtitle.net/api
Example Workflows
Basic Subtitle Generation
- Add "AutoSubtitle" node
- Configure credentials
- Set video URL
- Customize subtitle style
- Execute to create subtitle job
Check Transaction Status
- Add "Get Transaction" node
- Enter transaction ID from previous step
- Check status field in response
API Documentation
For full API documentation, visit: https://autosubtitle.net/dashboard/api
Support
- Website: https://autosubtitle.net
- Documentation: https://autosubtitle.net/dashboard/api
- Issues: https://github.com/autosubtitle/n8n-nodes-autosubtitle/issues
License
MIT