Redact live video

URL

POST https://api.complycube.com/v1/liveVideos/:id/redact

Redacts all instances of an existing live video.

Headers

Path parameters

Example request

curl -X POST https://api.complycube.com/v1/liveVideos/{:liveVideoId}/redact \
     -H 'Authorization: <YOUR_API_KEY>' \
     -H 'Content-Type: application/json'

Example response

{}

Last updated