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

#### URL Expired

The URL for this request expired after 30 days.

type

string

enum

required

- **signature**: Upload user's digital signature. This can be later fetched in get images endpoint.
- **document**: Upload user's proof of address document. This can be later fetched in get images endpoint.
- **addressStatement**: (Legacy) Upload user's proof of address document. Used for backward compatibility. Use type 'document' instead.
- **medicalDoc**: Upload user's medical document.
- **thirdId**: Upload user's third ID.
- **contract**: Upload contract image.
- **v5cMultiPageLogbook**: Upload single page (image) of V5C logbook multi page document.
- **carInvoice**: Upload single page (image) of two pages car invoice document.
- **financeSettlement**: Upload single page (image) of two pages finance settlement letter.

signaturedocumentmedicalDocthirdIdcontractv5cMultiPageLogbookcarInvoicefinanceSettlement

Show 8 enum values

title

string

Only if type is contract. Title of contract.

format

string

enum

Only if type is document. Possible values are image (jpg and png supported) or pdf. Default is image.

imagepdf

Allowed:

`image``pdf`

processingMethod

string

enum

Defaults to sync

Only applicable for some documents. Possible values are sync and async. Default is sync.

syncasync

Allowed:

`sync``async`

base64Image

string

Image in base64 format. One of base64Image or imageUrl is required

imageUrl

string

URL of the image. One of base64Image or imageUrl is required

api-version

string

required

Defaults to 1.0

# ``200      OK

# ``400      Bad Request

Updated 3 months ago

* * *

ShellNodeRubyPHPPython

```

xxxxxxxxxx

curl --request POST \

--url 'https://demo-api.incodesmile.com/omni/add/document/v3?type=signature' \

--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

``200``400

Updated3 months ago

* * *
