Identities

Upload an identity

Uploads an identity (supports multiple images) for use in batch processing.

POST
/identity/upload
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

imageImage

Identity image data.

Formatbinary
name?Name

Optional custom name for the identity.

Response Body

Examples

curl -X POST "https://loading/identity/upload" \
  -F image="string"
{
  "created_at": "string",
  "created_by": "string",
  "face_detected": true,
  "face_metadata": {
    "property1": 0,
    "property2": 0
  },
  "groups": [
    "string"
  ],
  "identity_code": "string",
  "name": "string",
  "original_filename": "string",
  "success": true,
  "url": "string",
  "visibility": "shared"
}
Empty
Empty