---
title: "Add document to a vendor"
method: POST
path: "/vendors/{vendorId}/documents"
tags: ["Vendors"]
---

# Add document to a vendor

`POST /vendors/{vendorId}/documents`

Add document to a vendor.

## Path parameters

- `vendorId` string, required

## Response `200`

Ok

- VendorDocument
  - `id` string, required — Unique identifier for the document.
  - `fileName` string, nullable, required — The file name of the document.
  - `title` string, required — The document's title.
  - `description` string, nullable, required — The document's description
  - `mimeType` string, required — Mime type of the document.
  - `uploadedBy` object, nullable, required — The actor who uploaded this document. It could be a user or an app.
    - `type` 'USER' | 'APPLICATION', required
    - `id` string, required
  - `creationDate` string, date-time, required — Date of when the document was uploaded.
  - `updatedDate` string, date-time, required — Date when the document was last updated.
  - `deletionDate` string, date-time, nullable, required — Date of when the document was deleted. Is set to null if the document has not been deleted.
  - `type` string, required — Type of the vendor document.
  - `url` string, required — URL link to the document

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/versions/6c1f7590538b/schema)
