---
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

---

[API](https://skmtc.net/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.net/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/marmotdata/marmot-api/versions/ba1b1c4be2e7/schema)
