Redact live photo

URL

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

Redacts all instances of an existing live photo.

Headers

NameTypeDescription

Authorization*

string

The API live or test key.

Content-Type*

string

The content-type must always be set to application/json.

Path parameters

NameTypeDescription

id*

string

The ID of the live photo.

Example request

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

Example response

{}

Last updated