Adds metadata to the asset being sliced.
A request body parameter is described below.
Request Parameter | Type | Description |
---|---|---|
meta | Dictionary | Assigns 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"
}
}