Video editor api integration - json2video api

Looking for a developer with experience in API integration, Javascript, HTML. I would like to add a video editor feature to my app that is similar to TikTok or Instagram reels using the JSON2VIDEO API.

The API documentation: Getting Started - JSON2VIDEO Documentation

Please directly message me with your rates.

1 Like

sent you message. kindly check your DM

Hey @theblackcvrd , dropped you a DM!

Please check here,

  • Goal: Implement TikTok/Instagram Reels-like video editor using JSON2VIDEO API
  • Tech Stack: JavaScript, HTML, API integration
  • Features Needed:
    • Video composition via API calls
    • Timeline editing interface
    • Effects/transitions similar to social platforms
    • Export functionality

API Integration Code

// Sample API call structure
const createVideo = async (edits) => {
const response = await fetch(‘https://api.json2video.com/v2/movies’, {
method: ‘POST’,
headers: {
‘Content-Type’: ‘application/json’,
‘x-api-key’: ‘YOUR_API_KEY’
},
body: JSON.stringify({
scenes: edits.scenes,
transitions: edits.transitions,
output: {
resolution: “1080x1920”, // Vertical format
format: “mp4”
}
})
});
return response.json();
}

Would you like me to elaborate on any specific part of this implementation? I can provide more detailed code samples or explain alternative approaches to achieve your desired functionality.

Hi,

This is definitely something I can help with and I know how to make it do what you need.
I can build out a reel-style video editor that fits smoothly into your app.
Let me know the details and your timeline, and we can go from there.

You can reach out to me on my email here

Colin