action cpy_get_licences { label: "List available video licences" provider: cpy method: GET path: "/api/v1/videos/licences" encoding: json output: { type: "array" items: { type: "string" } } }