Stream recording API $
Description
This section describes API methods for creating, deleting and managing stream recording settings.
API interface
General information
- Required headers: CDN-AUTH-TOKEN (authorization token, see Authorization)
- Successful response Content-Type: application/json
- Resource ID means ID of RTMP/RTSP-publish or SRT-publish resource
- All responses, including errors, has the body with the same structure:
there always is
status
key; in case of success responses there isdata
key with response data where it is applicable, otherwise there might bedescription
key with error description.