Skip to main content
POST
Generate Shortform Edit

POST /api/v1/editing/generate-shortform-edit

Takes a video URL, analyzes it with AI, removes unwanted parts (retakes, pauses, filler), and returns an edited video.

Parameters

Response

Example Request

Example Response

Notes

  • The edited video URL is valid for 24 hours
  • Processing time varies based on video length

Body

application/json
video_url
string<uri>
required

Link to the video file

Example:

"https://example.com/video.mp4"

Response

Video edited successfully

video_url
string<uri>
required

Link to your edited video (valid for 24 hours)

Example:

"https://cdn.instinct.com/edited/video_123.mp4"

original_duration_ms
integer
required

How long the original video was (milliseconds)

Example:

180000

edited_duration_ms
integer
required

How long the edited video is (milliseconds)

Example:

120000

reduction_percent
number
required

How much was cut (as percentage)

Example:

33.33