Skip to main content
POST
/
v1
/
video
/
clips
/
edit
Edit video
curl --request POST \
  --url https://api.usenaive.ai/v1/video/clips/edit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "video_url": "<string>",
  "title": "<string>",
  "language": "en",
  "template": "<string>",
  "magic_zooms": true,
  "magic_brolls": true,
  "magic_brolls_percentage": 123
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
video_url
string
required
title
string
required
language
string
default:en
template
string
magic_zooms
boolean
magic_brolls
boolean
magic_brolls_percentage
number

Response

Queued.

The response is of type object.