---
title: "Upload document"
method: POST
path: "/order/{orderId}/document"
tags: ["Order Documents"]
---

# Upload document

`POST /order/{orderId}/document`

Accurate’s API offers the ability to upload documents to an order immediately after an order is placed, allowing you to provide documents necessary for the background check. we can only accept pdf,jpg,jpeg,png,doc,docx file types with a max size of 15MB.

## Path parameters

- `orderId` string, required

## Response `200`

Success Response

- DocumentTransferResponse
  - `id` string
  - `orderObjectId` string
  - `documentName` string
  - `deleted` boolean
  - `created` string, date-time
  - `createdBy` string
  - `updated` string, date-time
  - `updatedBy` string
  - `mimeType` string
  - `searchId` string
  - `productType` string

## Other responses

- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
