---
title: "Link Applicant to Files in S3"
method: POST
path: "/v2/applicants/{id}/secure_documents/link_upload"
tags: ["Applicants"]
---

# Link Applicant to Files in S3

`POST /v2/applicants/{id}/secure_documents/link_upload`

Step 2 of 2 for adding files to an applicant profile.

## Path parameters

- `id` string, required

## Request body

- object
  - `s3_key` string — The key to upload to S3
  - `key` string — Fountains file identifier.

## Response `200`

OK

- ApplicantSecureDocumentLinkUploadResponse
  - `uploaded` boolean, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
