Skip to main content
Merge video frames
curl --request POST \
  --url https://api.example.com/experimental/frames/merge \
  --header 'Content-Type: application/json' \
  --data '
{
  "video_paths": [
    "<string>"
  ]
}
'
{
  "video_path": "<string>"
}

Body

application/json
video_paths
string[]
required

Response

200 - application/json

OK

video_path
string
required