Create Identifier Entity from uploaded image file
Creates Identifier Entity from uploaded image file.
Image format 'jpeg/jpg'.
Path Parameters
- identifierUid integer required
Possible values:
>= 1
Unique Id for physical/input code identifier
- image/jpeg
Request Body required
- string binary
Responses
- 200
- 400
- 401
- 403
OK
- Wrong image file
- Face hasn't been detected on image
- Loading file error
- Loading file in progress. Wait for result
- Wrong file format
- Wrong identifierUid. Missed temporary identifier for adding faceId
- application/json
- Schema
- Example (from schema)
- Wrong identifier Uid
- Wrong file
- Wrong format
- In progress
- Loading error
- Face not detected
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "Wrong identifierUid. Missed temporary identifier for adding faceId"
}
{
"error": "Wrong image file"
}
{
"error": "Wrong file format"
}
{
"error": "Loading file in progress. Wait for result"
}
{
"error": "Loading file error"
}
{
"error": "Face hasn't been detected on image"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
Loading...