pull video from url
Developing
POST
/projects/{projId}/videos/imports/url
Pull video using Video URL
{
"url": "https://res.cloudinary.com/dqo0ssnti/video/upload/v1720440978/skshahriarahmedraka.mp4",
"name": "sk shahriar ahmed raka's video ",
"request_header": {
"Authorization": "Bearer YOUR_ACCESS_TOKEN",
"Content-Type": "video/mp4"
}
}
url
: URL of the video , (Note: url should contain video name and file type in extention)name
: Name of the videorequest_header
: it contains a JS object of key value pair . The key is the Header Name
and value is the Header Value
/projects/{projId}/videos/imports/url
Request
Path Params
projId
stringÂ
required
Example:
11e4ec5d-d79c-483a-b5e4-0a770e01d77c
Body Params application/json