veoh.video.create

Publish a new video.

Accessibility

Only Veoh's partners may execute this method

Request URL

http[s]://srv.veoh.com/rest/v2/execute.xml?method=veoh.video.create

This method must be invoked with a POST action

Parameters

Name

Description Required Restriction

title

Title. true String between 1 and 255 characters.

description

Description. true String between 1 and 2048 characters.

tags

Tags. true String matching '^[^,]+$', between 3 and 20 characters. Between 1 and 5 values.

categoryId

Id of a category (see veoh.reflection.getAvailableCategories). true String. Between 1 and 3 values.

contentRatingId

Id of a content rating (see veoh.reflection.getAvailableContentRatings). true Integer.

countryId

Id of the country from which the video originates (see veoh.reflection.getAvailableCountries). true Integer.

languageId

Id of the language spoken in the video (see veoh.reflection.getAvailableLanguages). true Integer.

subtitleLanguageId

Id of the subtitle language in the video (see veoh.reflection.getAvailableLanguages). false Integer.

onAirDate

On air date for the video. false Date with format 'December 7, 2023'.

offAirDate

Off air date for the video. false Date with format 'December 7, 2023'.

allowEmbedding

Whether to allow embedding of the video. false Boolean true/false.
True False

allowComments

Whether to allow comments on the video. false Boolean true/false.
True False

allowAddToChannel

Whether to allow the video to be added to any channel. false Boolean true/false.
True False

apiKey

An API key (Complete your developer profile here and a key will be emailed to you) true String.

userToken

A user token identifying the logged-in user (See veoh.people.authenticate) true String.

Error Codes

3

This method must be invoked with a POST action


5

The logged in user has insufficient privileges to perform this operation or view its results


501

The content rating does not exist


502

The category does not exist


704

The country does not exist.


705

The language does not exist.