Last updated 6 months ago
Add a blurit directory task in task queue.
Detect and blur directory route's body. At least one of output_media or output_json is needed.
Input directory structure
Output directory structure
true
Task POST result structure
POST /api/blur_it/directory HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 222 { "input_directory": { "protocol": "file", "path": "relative/path", "auto_delete": "False" }, "output_directory": { "protocol": "file", "path": "relative/path" }, "export_media": true, "export_json": true, "blur_plates": true, "blur_heads": true }
Successful Response
{ "task_id": "686dfef9-0bb8-48a5-8f8b-452b2c5d57cc" }