---
title: "Add business document"
method: POST
path: "/verify/add_business_document"
tags: ["KYB > Document Management"]
---

# Add business document

`POST /verify/add_business_document`

This endpoint allows you to add an additional business document.

## Request body

- AddBusinessDocumentRequest
  - `business_profile_id` string, required — The unique identifier for the business to which you want to associate the document.
  - `file_name` string, required — The name of the document you want to add.
  - `file_type` string — The type or category of the file you want to add.
  - `file_blob` string, required

## Response `200`

Successful operation

- object
  - `file_uuid` string

## Other responses

- `400` — Bad Request. Please check your parameters and try again.

---

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