---
title: "Upload Marketing Collateral"
method: POST
path: "/marketing/collateral/upload"
tags: ["marketing-collateral"]
---

# Upload Marketing Collateral

`POST /marketing/collateral/upload`

Upload marketing collateral files.

Creates Files + FileVersions + MarketingCollateral rows atomically.

Every file must carry a collateral type, matching the Figma and Google
endpoints. An untyped asset has no channel, and a rule with an explicit
`collateral_types` scope never applies to one, so every standard is
enforced against it at once.

vendor_id selects which company on the marketing page the collateral belongs
to — the self company, a partner, or a fintech prospect are screenable.
Defaults to the self vendor.

## Response `200`

Successful Response

- FileUploadResponse
  - `files` FileUploadResult[], required
    - `file_id` string, uuid, required
    - `upload_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
