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

#### URL Expired

The URL for this request expired after 30 days.

### Required Parameters

| Parameter | Type   | Required | Description                                   |
| :-------- | :----- | :------- | :-------------------------------------------- |
| id        | string | required  | Fountain file identifier (e.g. driver_license) |
| file      | file   | required  | File binary to upload                         |

### Response Codes

```plaintext
200: OK
401: Unauthorized
422: Unprocessable Entity - Invalid Parameters
```

### Example cURL Request

```shell
curl --request POST \
     --url https://api.fountain.com/v2/applicants/id/secure_documents/upload_and_link \
     --header 'accept: application/json' \
     --header 'content-type: multipart/form-data'
```

### Try It!
Choose an example:

| Status Code | Description |
| :---------- | :---------- |
| 200        | Successful request |
| 401        | Unauthorized access |
| 422        | Invalid parameters |
