1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
const axios = require('axios');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/video-loop";
const data = {
"input_video": "https://segmind-resources.s3.amazonaws.com/input/c08771b9-b671-4c12-9ea7-af4048b9d194-894a8bdf-6064-40ea-a78d-06c1abff262b.mp4",
"loop_count": 2,
"loop_type": "normal",
"include_audio": true,
"base64": false
};
(async function() {
try {
const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } });
console.log(response.data);
} catch (error) {
console.error('Error:', error.response.data);
}
})();
URL of the input video to be processed
Number of times to loop the video
min : 1,
max : 15
Type of loop effect to apply to the video
Allowed values:
Whether to include audio from the original video in the output
Whether to return the output video as a base64 encoded string
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
The Video Loop effortlessly repeat video content for social media and storytelling purposes. Content creators and social media users can enhance engagement through captivating looped videos. Its key differentiator lies in the simplicity of creating both standard loops and dynamic back-and-forth motions.
Effortless Video Looping - Easily repeat your video content to emphasize key moments, create seamless background visuals, or extend short clips for social media platforms.
Boomerang Video Effect - Generate a captivating back-and-forth motion, adding a playful and attention-grabbing element to your videos.
Social Media Optimization - Create engaging looped content specifically designed to capture attention and increase watch time on platforms like Instagram, TikTok, and more.
Enhanced Storytelling - Utilize repetition strategically to build suspense, highlight impactful scenes, or create a rhythmic flow in your narrative.
Social Media Marketing - Create repeating product demonstrations or visually appealing promotional clips that grab attention on social feeds.
Content Creation - Develop engaging short-form content, tutorial segments that emphasize key steps, or artistic visual loops for various online platforms.
Event Promotion - Showcase highlights from events in a continuous loop to generate excitement and share key moments effectively.
Personal Expression - Create fun and dynamic boomerang videos for social sharing, adding a unique touch to personal content.
The Video Loop offers a simple yet powerful way to transform your videos with the engaging power of repetition and the fun of boomerang effects. Enhance your social media content and storytelling effortlessly.