video/add

Uploads and creates a video.

Usage

Requires POST.

https://www.geni.com/api/video/add?title=foo&text=text-doc

Parameters

Name Type Description Required
date Date The video's date in JSON form false
description String The video's description false
file Binary File to create video from false
title String The video's title true

Returned Fields

Name Type Description
attribution String The video's attribution
content_type String The video's original content type
created_at String Timestamp of when the video was created
date Date The video's date
description String The video's description
guid String The old GUID
id String The video's id
location Location The video's location
sizes VideoImageSizeMap URLs to the video's sizes
tags Array of Strings URLs (or ids) of profiles tagged in the video
title String The video's title
updated_at String Timestamp of when the video was last updated
url String The api url of the video
Note: Blank fields will not be returned to save bandwidth.

rails-1a-000