{
"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/libraries/{libraryID}/videos/imports/{importerType}/import
curl --location --request POST 'https://api.vidinfra.com/libraries//videos/imports/vimeo/import' \
--header 'Content-Type: application/json' \
--data-raw '{
"download_all" : true ,
"video_ids" : []
}'
{}