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