How to Edit Videos

Transform your videos using our AI-powered editing API. Simply send a POST request with your video details and let our system handle the rest.

Base URL : https://engine.quickreel.io/api/v2

Endpoint : /edit

Method : POST

Headers :

Content-Type: application/json
x-api-key: <your_api_key>

Request Body Parameters

KeyData TypeDescriptionMandatory
videoUrlSTRINGVideo URL or YouTube URL (max 2 minutes)Required
webhookUrlSTRINGURL to receive processing updatesRequired
languageSTRINGPreferred language for subtitles (supports 30+ languages)Required
templateSTRINGVideo editing template (cinematic, vivid, impact, storyteller, kinetic, split)Required
additionalFeaturesOBJECTOptional features like background music, filler word removal, and silence removalOptional
trimOBJECTTrim video using start and end times in secondsOptional

For more details about template and their visual effects, visit the Template Style page.

The maximum video duration is 2 minutes. Additionally, you can select the desired segment by providing start and end times in seconds in the trim object but video duration (end - start) should be less than equal to 2 minutes.

Example Request

{
  "videoUrl": "https://www.youtube.com/watch?v=eY4pgeNBhk4",
  "webhookUrl": "https://webhook-test.com/05674b0b229c29199fec105309a00e16",
  "language": "english",
  "template": "cinematic",
  "additionalFeatures": {
    "addBgm": true,
    "removeFillerWords": true,
    "removeSilenceParts": true
  },
  "trim": {
    "start": 0,
    "end": 120
  }
}

Key Features

  • Multiple Templates: Choose from 6 unique editing styles to match your content’s tone
  • Smart Trimming: Easily trim videos while maintaining the 2-minute limit
  • Language Support: Process videos in 30+ languages
  • Enhancement Features:
    • Add background music
    • Remove filler words
    • Eliminate silence
  • Webhook Updates: Receive real-time processing status updates

Use Cases

  • Social Media Content: Create engaging short-form videos for platforms like TikTok, Instagram, and YouTube Shorts
  • Marketing Videos: Transform long promotional content into impactful short clips
  • Educational Content: Create concise, engaging learning materials
  • Product Demos: Highlight key features in brief, attention-grabbing videos
  • Interview Highlights: Extract and enhance the most important moments

For detailed API documentation and advanced usage, refer to our API Reference.

Need help? Contact our support team at support@quickreel.io