---
title: "Upload Document"
method: POST
path: "/v3/profiles/{profileId}/verification-status/upload-document"
tags: ["verification"]
---

# Upload Document

`POST /v3/profiles/{profileId}/verification-status/upload-document`

Uploads verification documents for review. You can upload multiple files at once.

A valid document must fulfil these requirements:

- The document must be clear.
- The document needs to be a .jpg, .png., or .pdf file type up to 10MB in size.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `204`

No Content - Document successfully uploaded.

## Other responses

- `400` — Bad Request - Document cannot be uploaded in the current format. Check file size and extension.
- `403` — Forbidden - The client is not authorized to perform this request.
- `409` — Conflict - Document is already uploaded and cannot be re-submitted before review.
- `413` — Payload Too Large - Requested file size is too large.
- `415` — Unsupported Media Type - Request payload is in an unsupported format.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
