Process Image
POST/process_image/
Process image file(s) with given parameter settings in;
Supported model names: ['syn', 'blur']
Supported configuration parameters for models:
syn:
-
"syntonymize": "true": syntonymize, "false": blur
-
"enable_lp": "true": enable license plate, "false": disable license plate
-
"lp_syntonymize": "true": syntonymize license plate, "false": blur license plate
blur:
-
"blur_face": "true" blur faces, "false" don't blur faces
-
"enable_lp": "true" blur license plates, "false" don't blur license plates
-
"blur_threshold": float (min 0.0, max 1.0)
-
"lp_threshold": float (min 0.0, max 1.0)
-
A supported image in format: ['.jpg', '.png', '.jpeg', '.bmp'].
-
An archive file in one of the supported formats: ['.zip', '.rar', '.7z'].
If the file is an archive file, it will be extracted and all the files in the archive will be processed.
Nesting in archive is not supported. Files must be in the root directory of the archive.
Processing won't start until the job is approved with /approve_job.
Request
Responses
- 201
- 400
- 422
- 429
Successful Response
Bad Request
Validation Error
Too Many Requests