Add Meta

Adds metadata to the asset being sliced.

A request body parameter is described below.

Request ParameterTypeDescription
metaDictionaryAssigns the specified metadata to the asset. Use the Asset Info API to access an asset's metadata.

Sample request:

POST /add_meta HTTP/1.1

{
	"meta": {
		"rating": "TV-Y7"
	}
}