Sign in

Upload video

documented

Create a new video for the authenticated user and begin the upload process.

POST /me/videosVideosno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.vimeo.com/me/videos" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/vnd.vimeo.*+json;version=3.4" \
  -d '{"upload": {"approach": "tus", "size": {{$size}}}, "name": "{{$title}}", "description": "{{$description}}", "privacy": {"view": "{{$privacy_view}}"}, "embed": {"playbar": "{{$embed_playbar}}"} }'
Upload video · vimeo · OpenIntegrations