action cpy_add_live { label: "Create a live" provider: cpy method: POST path: "/api/v1/videos/live" encoding: json output: { properties: { video: { type: "object" properties: { id: { description: "object id for the video" type: "object" } shortUUID: { type: "object" } uuid: { description: "universal identifier for the video, that can be used across instances" type: "object" } } } } } }