---
title: "Upload KYB form-field document (business)"
method: POST
path: "/compliance/kyb/fields/document"
tags: ["compliance", "kyb"]
---

# Upload KYB form-field document (business)

`POST /compliance/kyb/fields/document`

Uploads a document attached to a file-type form field on the session group's KYB form.

## Request body

- KybUploadKYBFormFieldDocumentInput
  - `content_b64` string, required
  - `file_type` string
  - `filename` string, required
  - `form_field_id` string, required

## Response `200`

OK

- KybUploadKYBFormFieldDocumentOutput
  - `document_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/3feea260296c/schema)
