📣 this endpoint pull a video from remote host to Vidinfra Storage. In this POST request the Project ID have to be set in the url parameter✳ List of URL parameters
Project_ID = 36 character in length
✳ Example JSON Payload
{"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"}}
🔰 Each payload in details of this POST Request,
url : URL of the video , (Note: url should contain video name and file type in extention)
name : Name of the video
request_header : it contains a JS object of key value pair . The key is the Header Name and value is the Header Value
📢 Info message : Here the POST request enpoint is constructed like /projects/{projId}/videos/imports/url
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.