Examples

Examples to use Celantur Cloud API v2

Ready-to-use sample script

Get started by using the linked sample script.

https://github.com/celantur/celantur-examples/blob/main/cloud-api/cloud-api-v2-client.py

Usage
cloud-api-v2-client.py -i input-folder -o output-folder -u $USERNAME -p $PASSWORD -c configuration.json
configuration.json
{
    "anonymization_method": "blur",
    "face": true,
    "license-plate": true
}

Last updated