Meride API - Roll - Create

Questa pagina spiega come inserire elementi Roll.

Entity name: advideo.

POST http://API_DOMAIN/rest/advideo.{format}

Attributes

Attribute Value Mandatory
title A non-empty string YES
video A reference to the path of the video on your disk.
Formats accepted: avi, mpg, mp4, flv, mov, wmv
A field between video and uploaded_video_name must be set
NO
uploaded_video_name Specify the name of the video file loaded manually to net storage. A field between video and uploaded_video_name must be set NO
uploaded_video_mono 1 if the video loaded manually to net storage is single bit-rate. 0 if multi-bitrate. Do not specify any value if the video is loaded via the parameter video NO
descrizione_breve A string NO
description A string NO
tags A string where each tag has the character , as a divider NO
preview_image A reference to the absolute path of the image on your disk.
Formats accepted: jpg, png, gif
NO
title_url_destinazione Titolo assegnato all'URL di destinazione NO
url_destinazione URL della destinazione dell'advertising (ad esempio sul click) NO
squeeze_slot Encoder slot from which you want to convert the video. To view the slots available on your Meride, query the queues_video.json resource NO

Response

Field Value Description
id string Object ID
title string The title of the video
descrizione_breve string The associated short description
description string The associated complete description
tags string List of tags separated by commas
video_disponibile boolean If the video is available for playback, the value will be set 1, otherwise it will have the value 0
data_inserimento string The create date that follows the format Y-m-d H:i:s
Y(year) m(month) d(day) H(hours) i(minutes) s(seconds)
preview_image string URL of the associated preview image
title_url_destinazione string Titolo assegnato all'URL di destinazione
url_destinazione string URL della destinazione dell'advertising

Example of a curl request

curl -i -H "Accept: application/json" -H "access-token: Fun94nBf4YiaL20hG5np2Ki8mHtm9OCn4R6lPamNM8mNn7YFDRUvZveSbB0n6T" -X POST -F "preview_image=@path_and_filename.jpg" -F "video=@path_and_filename.wmv" -F "titolo=Video title" http://API_DOMAIN/rest/advideo.json

Example of a JSON response

{
	"id":"2",
	"titolo":"Video title",
	"descrizione_breve":"",
	"descrizione":"",
	"tags":"",
	"video_disponibile":"1",
	"data_inserimento":"2012-09-25 17:55:47",
	"preview_image":"http:\/\/example.com\/meride\/video\/images\/test_image.jpg",
	"url_destinazione":"http:\/\/example.com",
	"title_url_destinazione":"Titolo URL destinazione"
}
		    

Note The object created will be returned as a response