---
title: "Upload a new supporting document file to a workflow"
method: POST
path: "/credentialing-workflows/{workflowId}/supporting-documents"
tags: ["CredentialingWorkflow"]
---

# Upload a new supporting document file to a workflow

`POST /credentialing-workflows/{workflowId}/supporting-documents`

Uploads a new supporting document file to the credentialing workflow identified by `workflowId` using a multipart/form-data request. This appends the document without affecting existing supporting documents; use `PUT /credentialing-workflows/{workflowId}/supporting-documents` to replace the full list. The uploaded file is stored in cloud storage and its metadata is associated with the workflow.

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Response `201`

Supporting document uploaded successfully

- object

## Other responses

- `400` — Bad request - Invalid input, e.g., file is missing
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Credentialing workflow not found
- `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/revisions/563848e0ecc0/schema)
