REST API (v1) mode
REST API mode for Celantur Container
Overview
Start the Container in REST API mode
bash celantur.sh --api --api-endpoint http://localhost:7000/ -a face -a license-plate -a person -a vehicle --format whole --save-mask allCLI starting parameters
Parameter
Description
Task and files
Webhook
Sychronous processing

Asynchronous processing

Image and video anonymization
Upload file
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Download anonymized image
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Download anonymized video
Path Parameters
Name
Type
Description
Download binary mask
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Download instance mask
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Download image metadata (JSON)
Path Parameters
Name
Type
Description
Download video metadata (JSON)
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Container and Task management
Check Celantur Container status
List all processing tasks
Delete all existing tasks
Query Parameters
Name
Type
Description
Get information about a specific task
Path Parameters
Name
Type
Description
Delete a specific task
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Examples
Check server status
Anonymize images
Post image to pixelate faces
Post image to blur blur whole persons and show debug information
Download anonymized image


Download segmentation mask

Download instance segmentation mask
Download downscaled instance segmentation mask

Download metadata
Last updated