curl --request POST \
--url https://api.example.com/experimental/frames/merge \
--header 'Content-Type: application/json' \
--data '
{
"video_paths": [
"<string>"
]
}
'{
"video_path": "<string>"
}curl --request POST \
--url https://api.example.com/experimental/frames/merge \
--header 'Content-Type: application/json' \
--data '
{
"video_paths": [
"<string>"
]
}
'{
"video_path": "<string>"
}Was this page helpful?