Vimeo Set video importer
Developing
POST
/projects/{projId}/videos/imports/{importerType}
Set Up Credentical for Migration
{
"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)/projects/{projId}/videos/imports/{importerType}
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' \
--header 'Content-Type: application/json' \
--data-raw '{
// "access_token": "cc97bc07ae85402e5c99ad1e973ffd28"
// "access_token": "d7e103ca3b29fc645e52b42a6f82e8da"
"access_token": "19943af9c207608948b32480fb6f95cc"
}'
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