Skip to main content

Process File

POST 

/process_file/

Process video or 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)

  1. A supported video in format: ['.mp4', '.mkv', '.webm', '.ts', '.mov', '.avi', '.mts'] or image in format ['.jpg', '.png', '.jpeg', '.bmp'].

  2. 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

Successful Response