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

NameTypeDescription

pid

number

The project id

stream_id

string

The stream id

Query Parameters

NameTypeDescription

timestamp_utc

string

The start time of the recording, the format is YYYYmmddHHMMSS (for example 20210101120809)

played_duration

integer

The duration of the recording(seconds)

record_before

integer

How many seconds of recording to add forward(default 0).

record_after

integer

How many seconds of recording to add backwards(default 0).

Headers

NameTypeDescription

Authorization

string

Bearer token

Accept

string

*/*

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