# Examples

## 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>

{% code title="Usage" overflow="wrap" %}

```bash
cloud-api-v2-client.py -i input-folder -o output-folder -u "username" -p "password" -c configuration.json
```

{% endcode %}

Tasks are configured via properties in the `configuration.json` file. \
For reference, see [#create-anonymization-task](https://doc.celantur.com/api-endpoints#create-anonymization-task "mention").

{% code title="configuration.json" %}

```json
{
    "anonymization_method": "blur",
    "face": true,
    "license-plate": true
}
```

{% endcode %}
