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

#### URL Expired

The URL for this request expired after 30 days.

**imageType**  
string  
enum  
Image type. Default is selfie

Allowed:  
`selfie` `videoSelfie` `id` `nfc`

**captureType**  
string  
enum  
AUTOMANUALNATIVEUPLOAD

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

**externalCaptureId**  
string  
**recordingId**  
string  
**base64Image**  
string  
Image of user's face represented in base64.

**imageUrl**  
string  
URL of face image, required to belong to a whitelisted domain

**faceCoordinates**  
object  
**faceCoordinates**  
object

**api-version**  
string  
required  
Defaults to 1.0

# Response Codes  
# `200      OK`  
# `400      Custom error statuses:    - 4010: More than one face detected - 4019: Face not found - 4077: Selfie image has low quality - 4078: Selfie face is occluded or partially covered`

**Curl Example:**  
```shell
curl --request POST \
     --url https://demo-api.incodesmile.com/omni/add/face/third-party \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'  
```

Click `Try It!` to start a request and see the response here! Or choose an example:

**application/json**  
Response Codes:  
`200` `400`
