---
title: "Add data product assets"
method: POST
path: "/products/assets/{id}"
tags: ["products"]
---

# Add data product assets

`POST /products/assets/{id}`

Manually add assets to a data product

## Path parameters

- `id` string, required

## Request body

- AddDataProductAssetsRequest
  - `asset_ids` string[], required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-07-04** `e35f4899dc51` — 1 info
  - endpoint added
- **2025-06-02** `0c070796939d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/marmotdata/apis/marmot-api/changes/products/assets/:id/post.md)

---

[API](https://skmtc.dev/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.dev/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc.dev/marmotdata/apis/marmot-api/revisions/cadebfd78fef?raw)
