profile/add-video

Adds a video and tags the profile in it. Parameters can be posted as form data or JSON.

Usage

Requires POST.

https://www.geni.com/api/profile-122248213/add-video

Parameters

Name Type Description Required
date Date Video's date in JSON form false
description String Video's description false
file String Base64 encoded file to create video from false
title String Video's title true

Returned Fields

Name Type Description
content_type String Video's original content type
created_on String Video's creation date
date Date Video's date
description String Video's description
guid String Old globally unique identifier
id String Video's id
page_count Number Number of pages in the video
sizes VideoImageSizeMap URLs to the video's sizes
title String Video's title
url String Video's API URL
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002