Pictory is an AI technology company that offers an API for generating videos using artificial intelligence. Our platform allows businesses/individuals to create video content without requiring in-house AI engineers or data scientists.
This repository contains an example implementation of using Pictory Cloud APIs for text-to-video conversion, video transcription generation, and video summary generation in a Node.js environment
Ensure you have the following prerequisites installed:
- NODE VERSION 18 AND ABOVE
- Pictory API KEYS which include CLIENT_ID, CLIENT_SECRET and X-Pictory-User-Id.
Note: If you don't have your CLIENT_ID, CLIENT_SECRET and X-Pictory-User-Id please contact us at support@pictory.ai.
Step 1. Go to the desired example folder Directory
Step 2.
npm install
CLIENT_ID=<YOUR_CLIENT_ID> CLIENT_SECRET=<YOUR_CLIENT_SECRET> node index.js
Pictory's Text-to-Video APIs offer a dynamic way to transform the text into engaging videos.
These APIs allow for the creation and editing of videos based on various text inputs. For instance, if you have a blog or an article, you can easily convert it into a captivating video by simply providing the webpage URL. Text-to-Video APIs open up various possibilities, including:
- Generating new videos directly from existing text content.
- Converting your published blogs or articles into videos using their URLs.