Vimeo import videos
Developing
POST
/projects/{projId}/videos/imports/{importerType}/import
Run Migration job of a Project
{
"download_all" : true ,
"video_ids" : []
}
or
{
"download_all" : false ,
"video_ids" : ["fa030711-148b-4221-99e6-ddb48a46a868",fa030711-148b-4221-99e6-ddb48a46a868]
}
download_all
= true or if download_all
= false than there should be a list of video ids which will be imported/projects/{projId}/videos/imports/{importerType}/import
Request
Path Params
projId
stringÂ
required
Example:
11e4ec5d-d79c-483a-b5e4-0a770e01d77c
importerType
stringÂ
required
Example:
vimeo
Body Params application/json