功能描述 | |||
---|---|---|---|
根据监控点获取对应的一个视频地址 | |||
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/edu/video/live/actions/getVideoUrl' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelId": "string"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"videoUrl": "https://pic.hik-cloud.com/containers/cc_pic/objects/244a8088-6daa-436b-be64-b685f89b55"
}
}