Recordings

Please make sure that your channels have enabled Timemap before getting the recording.

Get the recording of the results.

GET https://api-v2.acrcloud.com/api/bm-cs-projects/:pid/streams/:stream_id/recordings

This endpoint allows you to get the recordings of the results of your channels.

Path Parameters

Query Parameters

Headers

curl --location --request GET 'https://api-v2.acrcloud.com/api/bm-cs-projects/10079/streams/s-XXXXXXX/recordings?timestamp_utc=20210607000210&played_duration=30' \
--header 'Accept: */*' \
--header 'Authorization: Bearer {your token}'

Last updated