# Restream an asset The assets operations are deprecated in 2.0. Use the /videos endpoints instead. This operation returns a live stream ID you can use to re-stream an uploaded asset. Endpoint: POST /assets/{id}/live_streams Version: v2.0 ## Path parameters: - `id` (string, required) The unique alphanumeric string that identifies the asset. ## Response 200 fields (application/json): - `live_stream` (object, required) - `live_stream.id` (string) The unique alphanumeric string that identifies the live stream associated with the asset. Example: "Yx6rTGKL" - `live_stream.name` (string) A name for the live stream assosicated with the asset. This is generated by Wowza Video. Example: "CMS Restreamed (ucknggax)" ## Response 401 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 422 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array)