Skip to main content

Create Identifier Entity from uploaded image file

Creates Identifier Entity from uploaded image file.

Image format 'jpeg/jpg'.

Image must be part of multipart/form-data, so need to set multipart/form-data and specify boundary in the Content-Type header.

Example:

Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryBt6yZ7ZOwRAbyeF5 ------WebKitFormBoundaryBt6yZ7ZOwRAbyeF5 Content-Disposition: form-data; name="status"; filename="out3.jpg" Content-Type: image/jpeg ------WebKitFormBoundaryBt6yZ7ZOwRAbyeF5--

Path Parameters
  • identifierUid integer required

    Possible values: >= 1

    Unique Id for physical/input code identifier

Request Body required
  • string binary

    Face image upload model, only jpeg/jpg can be used

Responses

OK

Loading...