---
title: "Create a new supporting document for a facility"
method: POST
path: "/facilities/{id}/supporting-documents"
tags: ["Facility"]
---

# Create a new supporting document for a facility

`POST /facilities/{id}/supporting-documents`

Create a new supporting document for a facility

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Response `201`

Supporting documents updated successfully

- SupportingDocumentResponse — Response for facility supporting document operations
  - `message` string — Success message
  - `fileName` string — Name of the uploaded file

## Other responses

- `400` — Bad request - Invalid input, e.g., file is missing
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
