Lodol Docs

Vimeo

API actions for the Vimeo integration.

Vimeo

Upload videos to Vimeo from a link.


Upload a video

Upload a video to Vimeo from a link to the video file.

Parameters

ParameterTypeRequiredDescription
video_urlstringYesA direct link to the video file you want to upload to Vimeo.
namestringNoOptional name for the video on Vimeo.
descriptionstringNoOptional description to show on Vimeo.

Response

{
  "description": "mock_value",
  "link": "mock_value",
  "name": "mock_value",
  "upload": "mock_value",
  "uri": "mock_value"
}

On this page