---
title: "Upload Doc"
method: POST
path: "/v1/client/accounts/upload-doc"
---

# Upload Doc

`POST /v1/client/accounts/upload-doc`

The Upload Doc API allows the API user to upload documents for the International Remittance for Education. (These documents are checked at the bank's end for every transaction)

## Query parameters

- `userAccountId` string, required
- `fileName` string
- `docType` string, required
- `fileType` string, required
- `side` string, required

## Headers

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

## Request body

- object
  - `file` string, binary, required — File which should be less than 5Mb

## Response `200`

200

- object
  - `status` integer
  - `message` string
  - `data` object
    - `message` string
    - `accountDocId` string

## Other responses

- `500` — 500

---

[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)
