| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### captureType

**Type:** string  
**Enum:**  
AUTOMANUALNATIVEUPLOAD

**Allowed:**  
`AUTO``MANUAL``NATIVE``UPLOAD`

### base64Image

**Type:** string  
**Description:** Image in base64 format. One of base64Image or imageUrl is required

### imageUrl

**Type:** string  
**Description:** URL of the image. One of base64Image or imageUrl is required

### api-version

**Type:** string  
**Required:** Defaults to 1.0

# HTTP Status Codes

# `200      OK`

# `400      Bad Request`

### Example Request

```shell
curl --request POST \
     --url https://demo-api.incodesmile.com/omni/add/back-second-id/v2 \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'
```

### Response Format

**application/json**

Responses: `200` or `400`
