{
"access_token": "19943af9c207608948b32480fb6f95ca"
}
access_token
: access token for video migration , here for a example here vimeo access token is used is used (e.g. 19943af9c207608948b32480fb6f95ca)/libraries/{libraryID}/videos/imports/{importerType}
curl --location --request POST 'https://api.vidinfra.com/libraries//videos/imports/vimeo' \
--header 'Content-Type: application/json' \
--data-raw '{
// "access_token": "cc97bc07ae85402e5c99ad1e973ffd28"
// "access_token": "d7e103ca3b29fc645e52b42a6f82e8da"
"access_token": "19943af9c207608948b32480fb6f95cc"
}'
{}