---
title: "Add Document (Physical Documents - KYC)"
method: POST
path: "/sso/document"
---

# Add Document (Physical Documents - KYC)

`POST /sso/document`

Upload documents as part of KYC.  Physical Documents are photos of actual documentation (like a passport or driver's license) that can be used to prove the identity of a customer. Upload only front/back of ID.

## Headers

- `api-key` string, required
- `auth-key` string, required

## Request body

- object
  - `file` string, binary, required — File upload buffer data. Note: The maximum file size for a document is 10MB. Valid file extension: pdf, jpg, jpeg, png. Valid content type: 'application/pdf', 'image/png', 'image/jpg', 'image/jpeg'.

## Response `200`

200

- object
  - `status` integer
  - `doc` object
    - `docId` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
