Redact live photo
URL
POST https://api.complycube.com/v1/livePhotos/:id/redact
Redacts all instances of an existing live photo.
Headers
Name
Type
Description
Authorization*
string
The API live or test key.
Content-Type*
string
The content-type must always be set to application/json.
Path parameters
Name
Type
Description
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
Was this helpful?