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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/projects/11e4ec5d-d79c-483a-b5e4-0a770e01d77c/videos/imports/vimeo/import' \
--header 'Content-Type: application/json' \
--data-raw '{
"download_all" : true ,
"video_ids" : []
}'
Response Response Example
{}
Request
Path Params
projId
stringÂ
required
Example:
11e4ec5d-d79c-483a-b5e4-0a770e01d77c
importerType
stringÂ
required
Example:
vimeo
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01