n8n-nodes-bookoly
v1.0.16
Published
n8n community node for bookoly API integration
Downloads
145
Readme
n8n-nodes-bookoly
This is an n8n community node. It lets you use bookoly in your n8n workflows.
bookoly is a service that makes it easy to create, edit, and process your content automatically. With bookoly, you can generate slideshows, add subtitles, create voice-overs, split videos into multiple scenes, and a lot more — all through a simple API.
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
🎞️ Video
- Add Audio to a Video – Add background music or a voice-over to a video.
- Add Audio with Subtitles to a Video – Add a voice-over and automatically generate and add subtitles from the audio.
- Add Subtitles to a Video – Automatically generate subtitles from the video’s audio and insert them into the file.
- Add Subtitles to a Video from a File – Import and embed an external subtitle file (e.g.
.srt,.ass) into a video. - Add Watermark to a Video – Overlay an image or text watermark onto a video.
- Blur a Video – Apply a blur effect to the entire video or selected regions.
- Clip a Video – Extract a specific section of a video by start time and duration.
- Create a Slideshow – Generate a slideshow video from multiple images and video clips.
- Crop a Video – Trim away unwanted edges of a video by defining crop dimensions.
- Extract Audio from a Video – Save the audio track of a video as a separate sound file.
- Frame a Video – Capture a single image from a video at the desired timestamp.
- Generate a Video – Create a video from images and video clips with a voice-over and subtitles.
- Mute a Video – Set the volume of a video to 0%.
- Rotate a Video – Rotate a video by 90, 180, or 270 degrees.
- Split a Video into Scenes – Split a video by automatic scene detection, fixed time intervals, or equal segments.
🎙️️ Speech
- Create a Speech Synthesis – Convert text into a natural-sounding speech with AI.
🗣️ Speech Dialogue
- Create a Speech Dialogue – Generate a conversation between multiple AI voices.
📜 Transcript
- Transcribe Media – Automatically transcribe the audio from a video or audio file.
🎼 Sound
- Combine Sounds – Merge two or more audio files into a single track.
- Create a Sound Effect – Generate a custom sound effect with AI.
📂 File
- Generate a Subtitle File – Create a subtitle file (e.g.
.srt,.vtt) from a video or audio file.
Credentials
To use the bookoly node, you need an API token:
- Sign up for an account at bookoly.
- Open your profile from the left menu and scroll down to the API Tokens section.
- Create a new API token.
- Enable all permissions.
- (Optional) Set an expiration date.
- Copy the token and store it in a safe place.
- In n8n, create new credentials for bookoly and paste your token.
Compatibility
- Minimum n8n version: 1.106.3
- Tested with: n8n 1.106.3+
- Known issues: None at this time.
Usage
Once installed, you can add the bookoly node to your workflow to automate content generation and processing.
📺 To see all examples in action check out the full bookoly YouTube tutorial playlist
If you’re new to n8n, check the Try it out guide
Resources
Version history
1.0.16
- Fix type for subtitle text case
1.0.15
- Performance improvements and bug fixes
1.0.14
- Replace hardcoded default values with enums
1.0.13
- Minor performance improvements
1.0.12
- Minor performance improvements and bug fixes
1.0.11
- Improved the 'Generate a Video' node for more flexibility.
- Added punctuation and text case options for subtitles.
- Added mute option for scenes.
- Added transitions that can be used between scenes.
1.0.10
- Handle errors with continueOnFail
1.0.9
- Added 'Create a speech dialogue' action.
- Updated 'Combine sounds' action, to expect JSON input for Audio.
1.0.8
- Update youtube playlist url in readme.
1.0.7
- Refine video clip parameters for clarity.
1.0.6
- Change scenes type from fixedCollection to json.
1.0.5
- Make the bookoly node usable as a tool.
1.0.4
- Initial release with support for all bookoly operations.
