---
title: "Upload identity files"
method: POST
path: "/v1/verifications/{verificationId}/kycdocument"
tags: ["Identity Verification"]
---

# Upload identity files

`POST /v1/verifications/{verificationId}/kycdocument`

Use this endpoint to upload the client’s ID document(s) and identity files for an Identity Verification case. <br /><br /><img src="https://files.readme.io/310d4d3-Inline_Caution.svg" align="left" alt="Important" /> **Important:** Before making this request, see the <a href="https://docs.fourthline.com/docs/idv-integration">integration guide</a>.

## Path parameters

- `verificationId` string, required

## Headers

- `Authorization` string, required — The `access_token` returned in your most recent [Create access token](https://docs.fourthline.com/reference/create-access-token) response.

## Response `200`

Identity files uploaded

- object — A successful response is empty.

## Other responses

- `400` — Invalid request parameters
- `422` — The request could not be processed

---

[API](https://skmtc.net/fourthline/apis/fourthline-apis.md) · [All operations](https://skmtc.net/fourthline/apis/fourthline-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthline/fourthline-apis/versions/7991ae7c8383/schema)
